[]
        
(Showing Draft Content)

C1.Win.Schedule.TimeInterval.-ctor

TimeInterval Constructor

TimeInterval(DateTime, DateTime)

Initializes a new instance of the TimeInterval class.

Declaration
public TimeInterval(DateTime start, DateTime end)
Parameters
Type Name Description
DateTime start

The DateTime value representing the beginning of time interval.

DateTime end

The DateTime value representing the end of time interval.