GlobalSystemMediaTransportControlsSessionTimelineProperties.MaxSeekTime 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 furthest timestamp at which the content can currently seek to.
public:
property TimeSpan MaxSeekTime { TimeSpan get(); };
TimeSpan MaxSeekTime();
public System.TimeSpan MaxSeekTime { get; }
var timeSpan = globalSystemMediaTransportControlsSessionTimelineProperties.maxSeekTime;
Public ReadOnly Property MaxSeekTime As TimeSpan
Property Value
A value representing the max seek time of the current media item.