The type which deals with Start and End time for an event.
Documentation for this section has not yet been entered.
Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0
See Also: Inherited members from object.
⊟ Public Constructors
TimeRange ()Documentation for this section has not yet been entered. Create an instance of TimeRange from the values provided as per CLR DateTime instance representation Create a TimeRange instance from the start and end values given as milliseconds since Epoch ⊟ Public Properties
⊟ TimeRange Constructor
Documentation for this section has not yet been entered.
public TimeRange ()⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0
⊟ TimeRange Constructor
Create an instance of TimeRange from the values provided as per CLR DateTime instance representation
⊟ Parameters
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0
⊟ TimeRange Constructor
Create a TimeRange instance from the start and end values given as milliseconds since Epoch
⊟ Parameters
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0
⊟ Begin Property
The begin Timestamp of the event. Seconds elapsed since Epoch
public DateTime Begin { set; get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0
⊟ End Property
The end Timestamp of the event. Seconds elapsed since Epoch
public DateTime End { set; get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0