BusinessHoursFinishTime Property |
This field contains time part of the day (i.e. no date part) indicating end of the business hours.
12:00 AM/00:00 means “end of day”. NULL is used when the whole day is off.
Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> FinishTime { get; set; }
Property Value
Type:
NullableDateTime
See Also