Class ClockBase
Base class for the IClock interface, providing some minimal reuse. Do not reference this class directly unless deriving your own clock type.
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: TimeyWimey.Abstractions
Assembly: cs.temp.dll.dll
Syntax
public abstract class ClockBase : IClock
Properties
| Name | Description |
|---|---|
| Now | Returns the time as a System.DateTimeOffset. |
Methods
| Name | Description |
|---|---|
| OnAdjusted() | Raises the Adjusted event. |
Events
| Name | Description |
|---|---|
| Adjusted | Raised when a modification is made to clock time. |