 | IReadOnlyEntityCreatedDate Property |
Gets the Created Date
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxNullable<DateTime> CreatedDate { get; }
ReadOnly Property CreatedDate As Nullable(Of DateTime)
Get
Property Value
Type:
NullableDateTimethe created date
See Also