Table of Contents

Interface ITime

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

Provides information about the current time.

public interface ITime

Properties

Default

The default implementation of the ITime interface.

public static ITime Default { get; set; }

Property Value

ITime

Now

The current date and time, expressed as the local time.

DateTime Now { get; }

Property Value

DateTime

UtcNow

The current date and time, expressed as the Coordinated Universal Time (UTC).

DateTime UtcNow { get; }

Property Value

DateTime