WorkingTime

WorkingTime class

Represents a working time during a weekday.

The WorkingTime type exposes the following members:

Constructors

NameDescription
WorkingTime(from_time, to_time)Initializes a new instance of the WorkingTime class
WorkingTime(from_time, to_time)Initializes a new instance of the WorkingTime class
WorkingTime(from_hours, to_hours)Initializes a new instance of the WorkingTime class

Properties

NameDescription
from_addressGets the beginning of a working time.
toGets the end of a working time.

See Also