BusinessHoursStartTime Property |
This field contains time part of the day (i.e. no date part) indicating start of the business hours. 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 DateTime? StartTime { get; set; }
Public Property StartTime As DateTime?
Get
Set
No code example is currently available or this language may not be supported.
Property Value
NullableDateTime
See Also