Interface ITemporal
- Namespace
- Songhay.Abstractions
- Assembly
- SonghayCore.dll
Adds temporal properties to an item
public interface ITemporal
- Extension Methods
Properties
EndDate
End/expiration DateTime of the item.
DateTime? EndDate { get; set; }
Property Value
InceptDate
Origin DateTime of the item.
DateTime? InceptDate { get; set; }
Property Value
ModificationDate
Modification/editorial DateTime of the item.
DateTime? ModificationDate { get; set; }