DateSpan Constructors

Definition

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.

Applies to