SourceChangeRequestedEventArgs.Date Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.