zeitgeist-sharp : Zeitgeist.Datamodel Namespace

TimeRange Class

The type which deals with Start and End time for an event.

public class 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

Members

See Also: Inherited members from object.

Public Constructors

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

Begin DateTime . The begin Timestamp of the event. Seconds elapsed since Epoch
End DateTime . The end Timestamp of the event. Seconds elapsed since Epoch

Member Details

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

public TimeRange (DateTime startTime, DateTime endTime)

Parameters

startTime
The start time DateTime
endTime
The end time DateTime

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

public TimeRange (long startTime, long endTime)

Parameters

startTime
The start time. The millseconds since Epoch long
endTime
The end time. The millseconds since Epoch long

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