SystemClock Classe
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.
Attention
Use TimeProvider instead.
Permet d’accéder à l’horloge système normale avec une précision en secondes.
public ref class SystemClock : Microsoft::AspNetCore::Authentication::ISystemClock
public class SystemClock : Microsoft.AspNetCore.Authentication.ISystemClock
[System.Obsolete("Use TimeProvider instead.")]
public class SystemClock : Microsoft.AspNetCore.Authentication.ISystemClock
type SystemClock = class
interface ISystemClock
[<System.Obsolete("Use TimeProvider instead.")>]
type SystemClock = class
interface ISystemClock
Public Class SystemClock
Implements ISystemClock
- Héritage
-
SystemClock
- Attributs
- Implémente
Constructeurs
SystemClock() |
Obsolète.
Crée un systemClock qui lit l’heure système actuelle. |
Propriétés
UtcNow |
Obsolète.
Récupère l’heure système actuelle en heure UTC. |