Class TimeBaseChangedEventArgs
Inheritance
System.Object
TimeBaseChangedEventArgs
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 |
|