Interface IHasCreationTime
A standard interface to add CreationTime property.
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public interface IHasCreationTime
Properties
CreationTime
Creation time.
Declaration
DateTime CreationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |