Timeline.BeginTime Propiedad

Definición

Obtiene o establece la hora en la que debe comenzar esta escala de tiempo .

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"/>

Valor de propiedad

Hora de inicio de la línea de tiempo. El valor predeterminado es cero.

Si va a programar con C# o Visual Basic, el tipo de parámetro de este parámetro se proyecta como System.TimeSpan?(un system.TimeSpan que acepta valores NULL).

Se aplica a