ISystemClock Interface

Provides the system’s date and time.

Namespace:  Microsoft.Owin.Infrastructure
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Interface ISystemClock
'Usage
Dim instance As ISystemClock
public interface ISystemClock
public interface class ISystemClock
type ISystemClock =  interface end
public interface ISystemClock

The ISystemClock type exposes the following members.

Properties

  Name Description
Public property UtcNow Gets the date and time that is set to the current Coordinated Universal Time (UTC) based on the local system’s clock time.

Top

See Also

Reference

Microsoft.Owin.Infrastructure Namespace