Class SystemTime
- Namespace
- Homa.Sdk.Foundation
- Assembly
- Homa.Sdk.Foundation.dll
The default implementation for the ITime interface, reading time from the system.
public class SystemTime : ITime
- Inheritance
-
SystemTime
- Implements
- Inherited Members
Properties
Now
The current date and time, expressed as the local time.
public DateTime Now { get; }
Property Value
UtcNow
The current date and time, expressed as the Coordinated Universal Time (UTC).
public DateTime UtcNow { get; }