Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | SystemClock() | Initializes a new instance of the SystemClock class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | UtcNow | Retrieves the current system time in UTC. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | 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