TimeOff Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class TimeOff : CorrigoEntityWithOptimisticLock
The TimeOff type exposes the following members.
| 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.
|