ISystemClock Interface
Abstracts the system clock to facilitate testing.
Namespace: Microsoft.Owin.Infrastructure
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public interface ISystemClock
public interface class ISystemClock
type ISystemClock = interface end
Public Interface ISystemClock
Properties
Name | Description | |
---|---|---|
UtcNow | Retrieves the current system time in UTC. |
See Also
Microsoft.Owin.Infrastructure Namespace
Return to top