Timeline.BeginTime Property
Definition
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; }
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).