HttpDateOrDeltaHeaderValue.Date Property

Definition

Gets the value of the HTTP-date information used in the Retry-After HTTP header.

public:
 property IReference<DateTime> ^ Date { IReference<DateTime> ^ get(); };
IReference<DateTime> Date();
public System.Nullable<System.DateTimeOffset> Date { get; }
var iReference = httpDateOrDeltaHeaderValue.date;
Public ReadOnly Property Date As Nullable(Of DateTimeOffset)

Property Value

The value of the HTTP-date information.

Applies to