RetryConditionHeaderValue.Date Property

Definition

Gets the date and time offset from the RetryConditionHeaderValue object.

public:
 property Nullable<DateTimeOffset> Date { Nullable<DateTimeOffset> get(); };
public DateTimeOffset? Date { get; }
member this.Date : Nullable<DateTimeOffset>
Public ReadOnly Property Date As Nullable(Of DateTimeOffset)

Property Value

The date and time offset from the RetryConditionHeaderValue object.

Applies to