WorkUnit

WorkUnit class

Represents working hours.

Constructors

NameDescription
WorkUnitInitializes a new instance of the WorkUnit class. Creates new WorkUnit object with the specified From and To dates.

Methods

NameDescription
get_FromGets the From date.
get_ToGets the To date.
get_WorkingHoursGets the duration of working hours.
set_FromSets the From date.
set_ToSets the To date.
set_WorkingHoursSets the duration of working hours.