Class UnscheduledRange
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
EndDateTime
The end date and time of a period where the face is booked, but nothing is scheduled.
Declaration
public DateTime EndDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Remarks
The end date/time is excluded. Thus, a start date/time of
2017-01-02 13:00
with
and end date of 2007-01-02 14:00
indicates a single hour starting at 13:00
.
StartDateTime
The start date and a time of a period where the face is booked, but nothing is scheduled.
Declaration
public DateTime StartDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |