Struct TimeRange
Assembly: cs.temp.dll.dll
Constructors
Declaration
public TimeRange(double startTime, double duration)
Parameters
Type |
Name |
Description |
System.Double |
startTime |
|
System.Double |
duration |
|
Fields
Declaration
Field Value
Type |
Description |
System.Double |
|
Declaration
Field Value
Type |
Description |
System.Double |
|
Properties
Declaration
public readonly double Duration { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public readonly double EndTime { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public readonly double StartTime { get; }
Property Value
Type |
Description |
System.Double |
|