Method | Description | |
---|---|---|
Add ( DateInterval item ) : void |
The add.
|
|
DateIntervalCollection ( bool canOverlap = false ) : System |
Initializes a new instance of the DateIntervalCollection class.
|
public Add ( DateInterval item ) : void | ||
item | DateInterval | /// The item. /// |
return | void |
public DateIntervalCollection ( bool canOverlap = false ) : System | ||
canOverlap | bool | /// The can overlap. /// |
return | System |