[]
        
(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)
Public Sub New(start As Date, [end] As Date)
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.