DateOfDeath
Generally
| Property | Value |
|---|---|
| Description | An date of death (without the time) for creatures. |
| Namespace | DoofesZeug.Entities.DateAndTime |
| BaseClass | Date |
| SourceCode | DateOfDeath.cs |
Properties
Declared
| Name | Type | Read | Write | DefaultValue |
|---|---|---|---|---|
Inherited
| Name | Type | Read | Write | DefaultValue |
|---|---|---|---|---|
| Day | Day | ✓ | ✓ | NULL |
| Month | Month | ✓ | ✓ | NULL |
| Year | Year | ✓ | ✓ | NULL |
UML Diagram

Code Example
An example or code snippet follows soon.
Console Example
┌──────────┬───────┐
│ Property │ Value │
├──────────┼───────┤
│ Day │ 16 │
│ Month │ 6 │
│ Year │ 1990 │
└──────────┴───────┘
JSON Example
"16.06.1990"
YAML Example
Day:
Value: 16
Month:
Value: 6
Year:
Value: 1990