Interface IDateOnly
Defines a contract for a Primitively type that encapsulates a DateTime value.
Inherited Members
Namespace: Primitively
Assembly: Primitively.Abstractions.dll
Syntax
public interface IDateOnly : IPrimitive<DateTime>, IPrimitive
Remarks
Implementations of this interface are source generated by Primitively and inherit from the IPrimitive<T> interface.