C# Class Orc.Interval.DateIntervalCollection

The date interval collection.
显示文件 Open project: Orcomp/Orcomp Class Usage Examples

Public Methods

Method Description
Add ( DateInterval item ) : void

The add.

DateIntervalCollection ( bool canOverlap = false ) : System

Initializes a new instance of the DateIntervalCollection class.

Method Details

Add() public method

The add.
public Add ( DateInterval item ) : void
item DateInterval /// The item. ///
return void

DateIntervalCollection() public method

Initializes a new instance of the DateIntervalCollection class.
public DateIntervalCollection ( bool canOverlap = false ) : System
canOverlap bool /// The can overlap. ///
return System