DateSpan Constructors
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.
Overloads
| Name | Description |
|---|---|
| DateSpan() |
Initializes a new instance of the DateSpan class. |
| DateSpan(DateTime, DateTime) |
Initializes a new instance of the DateSpan class. |
DateSpan()
Initializes a new instance of the DateSpan class.
public DateSpan();
Public Sub New ()
Applies to
DateSpan(DateTime, DateTime)
Initializes a new instance of the DateSpan class.
public DateSpan(DateTime start, DateTime end);
new Microsoft.Azure.Management.ContainerService.Models.DateSpan : DateTime * DateTime -> Microsoft.Azure.Management.ContainerService.Models.DateSpan
Public Sub New (start As DateTime, end As DateTime)
Parameters
- start
- DateTime
The start date of the date span.
- end
- DateTime
The end date of the date span.