IMediaCue.StartTime 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 or sets the start time of the media cue.
public:
property TimeSpan StartTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan StartTime();
void StartTime(TimeSpan value);
public System.TimeSpan StartTime { get; set; }
var timeSpan = iMediaCue.startTime;
iMediaCue.startTime = timeSpan;
Public Property StartTime As TimeSpan
Property Value
The start time of the media cue.