SystemMediaTransportControlsTimelineProperties.EndTime Property

Definition

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

Applies to