Table of Contents

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

DateTime?

InceptDate

Origin DateTime of the item.

DateTime? InceptDate { get; set; }

Property Value

DateTime?

ModificationDate

Modification/editorial DateTime of the item.

DateTime? ModificationDate { get; set; }

Property Value

DateTime?