Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Timeline.BeginTime 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 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#, the parameter type of this parameter is projected as System.TimeSpan? (a nullable System.TimeSpan).

Applies to


Feedback

Was this page helpful?