IMediaCue.StartTime Property

Definition

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.

Applies to