Class AfterPaySystemClock
Represents the default system clock used by the Yort.AfterPay.Instore library to retrieve the current date and time.
Inheritance
System.Object
AfterPaySystemClock
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Yort.AfterPay.InStore
Assembly: cs.temp.dll.dll
Syntax
public sealed class AfterPaySystemClock : IAfterPaySystemClock
Remarks
This implementation simply wraps the
This class has a private constructor and cannot be created by user code. To obtain and instance use the static DefaultInstance property.
Properties
Name | Description |
---|---|
DefaultInstance | Returns an instance of this clock. |
Now | Returns the current date and time from the system clock. |