Skip to content

Latest commit

 

History

History
79 lines (55 loc) · 1.44 KB

File metadata and controls

79 lines (55 loc) · 1.44 KB

DateOfBirth

Generally

Property Value
Description An date of birth (without the time) for creatures.
Namespace DoofesZeug.Entities.DateAndTime
BaseClass Date
SourceCode DateOfBirth.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

DateOfBirth.png


Code Example

An example or code snippet follows soon.

Console Example

┌──────────┬───────┐
│ Property │ Value │
├──────────┼───────┤
│ Day      │ 24    │
│ Month    │ 12    │
│ Year     │ 1948  │
└──────────┴───────┘

JSON Example

"24.12.1948"

YAML Example

Day:
  Value: 24
Month:
  Value: 12
Year:
  Value: 1948