Table of Contents

Class SystemClock

Namespace
Xui.Core.Abstract
Assembly
Xui.Core.dll

Default clock implementation backed by Now.

public sealed class SystemClock : IClock
Inheritance
SystemClock
Implements
Inherited Members

Properties

Default

Gets the shared default system clock instance.

public static SystemClock Default { get; }

Property Value

SystemClock

Now

Gets the current local time.

public DateTime Now { get; }

Property Value

DateTime