Interface IHasCreationTime
A standard interface to add CreationTime property.
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public interface IHasCreationTime
Properties
| Improve this Doc View SourceCreationTime
Creation time.
Declaration
DateTime CreationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |