SystemClock Class
Provides access to the normal system clock.
Namespace: Microsoft.Owin.Infrastructure
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Infrastructure.SystemClock
Syntax
public class SystemClock : ISystemClock
public ref class SystemClock : ISystemClock
type SystemClock =
class
interface ISystemClock
end
Public Class SystemClock
Implements ISystemClock
Constructors
Name | Description | |
---|---|---|
SystemClock() | Initializes a new instance of the SystemClock class. |
Properties
Name | Description | |
---|---|---|
UtcNow | Retrieves the current system time in UTC. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Infrastructure Namespace
Return to top