Show / Hide Table of Contents

Class TimeBaseChangedEventArgs

Inheritance
System.Object
TimeBaseChangedEventArgs
Namespace: MAT.Atlas.Automation.Client
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class TimeBaseChangedEventArgs : EventArgs

Constructors

TimeBaseChangedEventArgs(Int64, Int64)

Declaration
public TimeBaseChangedEventArgs(long startTime, long endTime)
Parameters
Type Name Description
System.Int64 startTime
System.Int64 endTime

Properties

EndTime

Declaration
public long EndTime { get; }
Property Value
Type Description
System.Int64

StartTime

Declaration
public long StartTime { get; }
Property Value
Type Description
System.Int64
In This Article
Back to top Generated by DocFX