SystemMediaTransportControlsTimelineProperties.EndTime 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 or sets a value representing the end time of the currently playing media item.
public:
property TimeSpan EndTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan EndTime();
void EndTime(TimeSpan value);
public System.TimeSpan EndTime { get; set; }
var timeSpan = systemMediaTransportControlsTimelineProperties.endTime;
systemMediaTransportControlsTimelineProperties.endTime = timeSpan;
Public Property EndTime As TimeSpan
Property Value
A value representing the end time of the currently playing media item