Share via


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
System_CAPS_pubmethod SystemClock()

Initializes a new instance of the SystemClock class.

Properties

Name Description
System_CAPS_pubproperty UtcNow

Retrieves the current system time in UTC.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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