TimelineMarker.Time Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’heure à laquelle un TimelineMarker est atteint.
public:
property TimeSpan Time { TimeSpan get(); void set(TimeSpan value); };
TimeSpan Time();
void Time(TimeSpan value);
public System.TimeSpan Time { get; set; }
var timeSpan = timelineMarker.time;
timelineMarker.time = timeSpan;
Public Property Time As TimeSpan
Valeur de propriété
Heure à laquelle le TimelineMarker est atteint. La valeur par défaut est null.