Share via


SourceChangeRequestedEventArgs.Date Property

Definition

Gets the date that the content in the media stream was published.

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

Property Value

The date that the content in the media stream was published.

Applies to