TimeIntervalCreate Method |
Name | Description | |
---|---|---|
Create(DateTime, DateTime) |
Creates a time interval between the specified start and end date-times.
| |
Create(Duration, IsoDateTime) |
Creates a time interval with the specified duration ending at
the specified end date-time.
| |
Create(IsoDateTime, Duration) |
Creates a time interval from the specified start date-time with the
specified duration.
| |
Create(IsoDateTime, IsoDateTime) |
Creates a time interval between the specified start and end date-times.
|