Share via


PlaybackMediaMarker.Time Property

Definition

Gets the offset in the media timeline where the marker occurs.

public:
 property TimeSpan Time { TimeSpan get(); };
TimeSpan Time();
public System.TimeSpan Time { get; }
var timeSpan = playbackMediaMarker.time;
Public ReadOnly Property Time As TimeSpan

Property Value

The offset in the media timeline where the marker occurs.

Applies to