[]
        
(Showing Draft Content)

C1.WPF.Schedule.DateTimeInterval.-ctor

DateTimeInterval Constructor

DateTimeInterval(DateTime, DateTime)

Initializes a new instance of the DateTimeInterval class.

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

The DateTime value representing the beginning of the interval.

DateTime end

The DateTime value representing the end of the interval.