DayInYearDto Data Type

The Class DayInYearDto.

Implemented Interfaces
Serializable
Properties
name data type description
day number The day.
month MonthEnum The month.

Example

{
  "day" : 12345,
  "month" : "FEBRUARY"
}