Timeline.BeginTime Property

Definition

Gets or sets the time at which this Timeline should begin.

public:
 property IReference<TimeSpan> ^ BeginTime { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> BeginTime();

void BeginTime(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> BeginTime { get; set; }
var iReference = timeline.beginTime;
timeline.beginTime = iReference;
Public Property BeginTime As Nullable(Of TimeSpan)
<timeline BeginTime="keyTimeString"/>

Property Value

The start time of the time line. The default value is zero.

If you are programming using C# or Visual Basic, the parameter type of this parameter is projected as System.TimeSpan?(a nullable System.TimeSpan).

Applies to