TimelineMarker.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 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.