TimelineMarker.Time Property

Definition

Gets or sets the time at which a TimelineMarker is reached.

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

void Time(TimeSpan value);
public System.TimeSpan Time { get; set; }
var timeSpan = timelineMarker.time;
timelineMarker.time = timeSpan;
Public Property Time As TimeSpan

Property Value

The time at which the TimelineMarker is reached. The default value is null.

Applies to