SystemClock Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
Use TimeProvider instead.
Proporciona acceso al reloj normal del sistema con precisión en segundos.
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
- Herencia
-
SystemClock
- Atributos
- Implementaciones
Constructores
SystemClock() |
Obsoletos.
Crea un nuevo SystemClock que lee la hora actual del sistema. |
Propiedades
UtcNow |
Obsoletos.
Recupera la hora actual del sistema en formato UTC. |