public static class TimeZoneAttributes.TimeChangeRule
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getHour()
Gets the hour of the day at which the time change takes place.
|
int |
getMinute()
Gets the number of minutes after the hour at which the time change takes place.
|
int |
getMonth()
Gets the month of a particular year in which the time change is made.
|
int |
getNDay()
Gets the predetermined weekday(for example, the 2nd or 3rd Wednesday) of the month the time change take place.
|
int |
getWeekday()
Gets the weekday on which the time change is made.
|
void |
setHour(int hour)
Sets the hour of the day at which the time change takes place.
Allowed values: 0 to 23 |
void |
setMinute(int minute)
Gets the number of minutes after the hour at which the time change takes place.
Allowed values: 0 to 59 |
void |
setMonth(int month)
Sets the month of a particular year in which the time change is made.
|
void |
setNDay(int nDay)
Sets the predetermined weekday(for example, the 2nd or 3rd Wednesday) of the month the time change take place.
|
void |
setWeekday(int day)
Sets the weekday on which the time change is made.
|
public int getMonth()
public void setMonth(int month)
month
- of the time changepublic int getWeekday()
public void setWeekday(int day)
day
- weekday of the time changepublic int getNDay()
public void setNDay(int nDay)
nDay
- occurrence of the weekday on which the time change take placepublic int getHour()
public void setHour(int hour)
hour
- at with the time change take placepublic int getMinute()
public void setMinute(int minute)
minute
- minute