[]
        
(Showing Draft Content)

C1.WPF.Schedule.DateTimeInterval

DateTimeInterval Class

The DateTimeInterval object represents a continuous interval of time.

Inheritance
DateTimeInterval
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public class DateTimeInterval

Constructors

Name Description
DateTimeInterval(DateTime, DateTime)

Initializes a new instance of the DateTimeInterval class.

Properties

Name Description
End

Gets or sets the DateTime value representing the end of the interval.

IsFullDay

Gets the bool value, determining if the DateTimeInterval object represents one or more full days.

Start

Gets or sets the DateTime value representing the beginning of the interval.