GlobalSystemMediaTransportControlsSessionTimelineProperties.MinSeekTime Property

Definition

The earliest timestamp at which the current media item can currently seek to.

public:
 property TimeSpan MinSeekTime { TimeSpan get(); };
TimeSpan MinSeekTime();
public System.TimeSpan MinSeekTime { get; }
var timeSpan = globalSystemMediaTransportControlsSessionTimelineProperties.minSeekTime;
Public ReadOnly Property MinSeekTime As TimeSpan

Property Value

A value representing the min seek time of the current media item.

Applies to