WorkUnit
WorkUnit class
Represents working hours.
Constructors
| Name | Description |
|---|---|
| WorkUnit | Initializes a new instance of the WorkUnit class. Creates new WorkUnit object with the specified From and To dates. |
Methods
| Name | Description |
|---|---|
| get_From | Gets the From date. |
| get_To | Gets the To date. |
| get_WorkingHours | Gets the duration of working hours. |
| set_From | Sets the From date. |
| set_To | Sets the To date. |
| set_WorkingHours | Sets the duration of working hours. |