Package zombie.iso.weather
Class ClimateManager.DayInfo
java.lang.Object
zombie.iso.weather.ClimateManager.DayInfo
- Enclosing class:
- ClimateManager
-
Field Details
-
day
public int day -
month
public int month -
year
public int year -
hour
public int hour -
minutes
public int minutes -
dateValue
public long dateValue -
calendar
-
season
-
-
Constructor Details
-
DayInfo
public DayInfo()
-
-
Method Details
-
set
public void set(int int1, int int2, int int3) -
getDay
public int getDay() -
getMonth
public int getMonth() -
getYear
public int getYear() -
getHour
public int getHour() -
getMinutes
public int getMinutes() -
getDateValue
public long getDateValue() -
getSeason
-