Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SystemMediaTransportControlsTimelineProperties.StartTime Property

Definition

Namespace:
Windows.Media

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 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


Feedback

Was this page helpful?