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