Click or drag to resize
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.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<DateTime> FinishTime { get; set; }

Property Value

Type: NullableDateTime
See Also