IMediaCue.Duration Property

Definition

Gets or sets the duration of the media cue.

public:
 property TimeSpan Duration { TimeSpan get(); void set(TimeSpan value); };
TimeSpan Duration();

void Duration(TimeSpan value);
public System.TimeSpan Duration { get; set; }
var timeSpan = iMediaCue.duration;
iMediaCue.duration = timeSpan;
Public Property Duration As TimeSpan

Property Value

The duration of the media cue.

Applies to