Share via


GlobalSystemMediaTransportControlsSessionTimelineProperties.MaxSeekTime Property

Definition

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.

Applies to