Show / Hide Table of Contents

Interface ITimeBase

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
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
Type Description
ObjectId

StartTime

Declaration
long StartTime { get; set; }
Property Value
Type Description
System.Int64

StartTimeVba

Declaration
double StartTimeVba { get; set; }
Property Value
Type Description
System.Double
In This Article
Back to top Generated by DocFX