IMediaMarker.Time Property

Definition

Gets the offset in the media time-line that the marker occurs.

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

Property Value

The offset in the media time-line that the marker occurs.

Applies to