GlobalSystemMediaTransportControlsSessionTimelineProperties.StartTime 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.
The starting timestamp of the current media item.
public:
property TimeSpan StartTime { TimeSpan get(); };
TimeSpan StartTime();
public System.TimeSpan StartTime { get; }
var timeSpan = globalSystemMediaTransportControlsSessionTimelineProperties.startTime;
Public ReadOnly Property StartTime As TimeSpan
Property Value
A value representing the start time of the current media item.