new XmlTimeSlot()
Pairs of start and end times that define a working period in a day. The values should be time-zone neutral. That is, they should only expresses a value, but not the time-zone in which they applies. The time-zone will be implied from the Base Calendar to which it is applied.
Constructs a new XmlTimeSlot.
The following features are supported:
Members
end :Date
End time.
This property holds the value of the 'End' attribute.
Type:
- Date
start :Date
Start time.
This property holds the value of the 'Start' attribute.
Type:
- Date