Interface ILatitudePaySystemClock
Interface for components that can return the current date and time.
Namespace: Yort.LatitudePay.InStore
Assembly: Yort.LatitudePay.InStore.dll
Syntax
public interface ILatitudePaySystemClock
Properties
| Improve this Doc View SourceNow
Returns the current date and time as a DateTimeOffset value.
Declaration
DateTimeOffset Now { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |