Interface ITimeBase
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface ITimeBase
Properties
CursorPoint
Declaration
long CursorPoint { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
CursorPointVba
Declaration
double CursorPointVba { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndTime
Declaration
long EndTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
EndTimeVba
Declaration
double EndTimeVba { get; set; }
Property Value
Type |
Description |
System.Double |
|
Id
Declaration
ObjectId Id { get; set; }
Property Value
StartTime
Declaration
long StartTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
StartTimeVba
Declaration
double StartTimeVba { get; set; }
Property Value
Type |
Description |
System.Double |
|