[]
        
(Showing Draft Content)

C1.Win.Schedule.TimeInterval

TimeInterval Class

The TimeInterval object represents continuous interval of time.

Inheritance
TimeInterval
Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.8.dll
Syntax
public class TimeInterval

Constructors

Name Description
TimeInterval(DateTime, DateTime)

Initializes a new instance of the TimeInterval class.

Properties

Name Description
End

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

Start

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

Methods

Name Description
Contains(DateTime)

Returns a value indicating whether a specified DateTime value belongs to the current interval of time.