RangeConditionHeaderValue.Date Property

Definition

Gets the date from the RangeConditionHeaderValue 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 from the RangeConditionHeaderValue object.

Applies to