IMediaMarker.Time 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.
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.