TraceEventCache.Timestamp 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 le nombre actuel de graduations dans le mécanisme de minuterie.
public:
property long Timestamp { long get(); };
public long Timestamp { get; }
member this.Timestamp : int64
Public ReadOnly Property Timestamp As Long
Valeur de propriété
Valeur du compteur du mécanisme de minuterie (Timer) sous-jacent.
Remarques
L’accesseur get appelle la Stopwatch.GetTimestamp méthode pour obtenir l’horodatage. Si la Stopwatch classe utilise un compteur de performances haute résolution, GetTimestamp retourne la valeur actuelle de ce compteur. Si la Stopwatch classe utilise le minuteur système, GetTimestamp retourne la Ticks propriété de DateTime.Now.