Package de.aristaflow.adept2.util.time
Class CalendarTools.DayOfYear
java.lang.Object
de.aristaflow.adept2.util.time.CalendarTools.DayOfYear
- Enclosing class:
- CalendarTools
Represents a day of an unspecific year, that is just a month and a day.
- Author:
- Ulrich Kreher
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDayOfYear(int month, int day) Creates a new day of an unspecific year.Creates a new day of an unspecific year for the designated day, that is theCalendar.MONTHand theCalendar.DAY_OF_MONTHare incorporated.. -
Method Summary
-
Field Details
-
month
public int monthThe month of the day of a unspecific year. -
day
public int dayThe day (of a month) of a unspecific year.
-
-
Constructor Details
-
DayOfYear
public DayOfYear(int month, int day) Creates a new day of an unspecific year.- Parameters:
month- The month of the day of a unspecific year.day- The day (of a month) of a unspecific year.
-
DayOfYear
Creates a new day of an unspecific year for the designated day, that is theCalendar.MONTHand theCalendar.DAY_OF_MONTHare incorporated..- Parameters:
day- A calendar specifying the day of a year to create.
-
-
Method Details