Interface ITimeStamp
- Namespace
- Virtufin.Core.Identifiers
- Assembly
- Virtufin.Core.dll
Marker for any value that represents a point in time. Implementations must be totally orderable and equality-comparable so they can drive time-based selection (IMessageSelectorPredicate, Scenario(ITimeStamp), etc.).
public interface ITimeStamp : IComparable<ITimeStamp>, IEquatable<ITimeStamp>
- Inherited Members
Remarks
The canonical concrete implementation is the DateOnly-backed
record in Virtufin.Base.