| Interval Constructor |
| Name | Description | |
|---|---|---|
| Interval |
Creates an empty interval having IsEmpty property set to true.
| |
| Interval(String) |
Constructs interval from a string that has the form: "start-end". For example: "100-1000".
| |
| Interval(Int64, Int64) |
Constructor.
|