SystemMediaTransportControlsTimelineProperties.StartTime Property

Definition

Gets or sets a value representing the start time of the currently playing media item.

public:
 property TimeSpan StartTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan StartTime();

void StartTime(TimeSpan value);
public System.TimeSpan StartTime { get; set; }
var timeSpan = systemMediaTransportControlsTimelineProperties.startTime;
systemMediaTransportControlsTimelineProperties.startTime = timeSpan;
Public Property StartTime As TimeSpan

Property Value

A value representing the start time of the currently playing media item.

Applies to