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