Class TimePeriod
public class TimePeriod : Object, IDirectResponseSchema
- Inheritance
-
TimePeriod
- Implements
-
IDirectResponseSchema
Constructors
TimePeriod()
public TimePeriod()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
End
public virtual Nullable<DateTime> End { get; set; }
Property Value
- Nullable<DateTime>
EndRaw
The (exclusive) end of the time period.
public virtual string EndRaw { get; set; }
Property Value
Start
public virtual Nullable<DateTime> Start { get; set; }
Property Value
- Nullable<DateTime>
StartRaw
The (inclusive) start of the time period.
public virtual string StartRaw { get; set; }