Share via


TimeProvider.System Propriété

Définition

Obtient un TimeProvider qui fournit une horloge basée sur UtcNow, un fuseau horaire basé sur Local, un horodatage hautes performances basé sur Stopwatchet un minuteur basé sur Timer.

public:
 static property TimeProvider ^ System { TimeProvider ^ get(); };
public static TimeProvider System { get; }
static member System : TimeProvider
Public Shared ReadOnly Property System As TimeProvider

Valeur de propriété

Remarques

Si les Local modifications sont apportées après le retour de l’objet, la modification est répercutée dans toutes les opérations suivantes qui récupèrent GetLocalNow().

S’applique à