| TimeOff Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class TimeOff : CorrigoEntityWithOptimisticLock
The TimeOff type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | EmployeeId | 
            ID of the vacationing Employee/technician, or ID of the provider associated to blackout period. 
             | 
|  | EndDate | 
            End of the vacation, date + time. Interpreted as local date/time values, time zone depends on context.
             | 
|  | ReplaceById | 
            Replacement Employee/technician ID.
            Required for Vacation Schedule, NULL for blackout period.
             | 
|  | StartDate | 
            Start of the vacation, date + time. 
            Interpreted as local date/time values, time zone depends on context.
             | 
 See Also
See Also