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
Now
The current date and time, expressed as the local time.
DateTime Now { get; }
Property Value
UtcNow
The current date and time, expressed as the Coordinated Universal Time (UTC).
DateTime UtcNow { get; }