Table of Contents

Interface IEntityDataTimestamp

Namespace
Cuemon.Data.Integrity
Assembly
Cuemon.Data.Integrity.dll

An interface that represents the timestamp of data that is normally associated with an entity/resource.

public interface IEntityDataTimestamp

Properties

Created

Gets a System.DateTime value from when data this resource represents was first created, expressed as the Coordinated Universal Time (UTC).

DateTime Created { get; }

Property Value

DateTime

The timestamp from when data this resource represents was first created.

Modified

Gets a System.DateTime value from when data this resource represents was last modified, expressed as the Coordinated Universal Time (UTC).

DateTime? Modified { get; }

Property Value

Nullable<DateTime>

The timestamp from when data this resource represents was last modified.