WorkTime Constructors
Represents a single time interval in a day’s schedule (for example, 9:00 to 12:00).Name | Parameters | Description |
---|---|---|
WorkTime(Int32, Int32) | fromHours, toHours | Initializes a new WorkTime class instance. |
WorkTime(TimeSpan, TimeSpan) | fromTime, toTime | Initializes a new WorkTime class instance. |
See Also