Class TimeOptions
Inheritance
System.Object
TimeOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class TimeOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
EndTime
Declaration
public double EndTime { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StartTime
Declaration
public double StartTime { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TotalTime
Declaration
public double TotalTime { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods