DateTimeInterval Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interval in time specifying the date and time for the inclusive start and exclusive end, i.e. [start, end)
.
public class DateTimeInterval
type DateTimeInterval = class
Public Class DateTimeInterval
- Inheritance
-
DateTimeInterval
Constructors
DateTimeInterval(DateTimeOffset, DateTimeOffset) |
Initializes a new instance of DateTimeInterval. |
Properties
EndOn |
A datetime indicating the exclusive/open end of the time interval, i.e. |
StartOn |
A datetime indicating the inclusive/closed start of the time interval, i.e. |
Applies to
Azure SDK for .NET