| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
DayOrder |
SerializableTimeZoneTime.getDayOrder()
Gets the nth occurrence of the day that is specified in the DayOfWeek property that represents the date of transition from and to standard time and daylight saving time.
|
static DayOrder |
DayOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DayOrder[] |
DayOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerializableTimeZoneTime.setDayOrder(DayOrder dayOrder)
Sets the nth occurrence of the day that is specified in the DayOfWeek property that represents the date of transition from and to standard time and daylight saving time.
|
| Constructor and Description |
|---|
SerializableTimeZoneTime(int offset,
Time time,
DayOrder dayOrder,
Month month,
DayOfWeek dayOfWeek)
Initializes a new instance of the SerializableTimeZoneTime class.
|
SerializableTimeZoneTime(int offset,
Time time,
DayOrder dayOrder,
Month month,
DayOfWeek dayOfWeek,
java.lang.String year)
Initializes a new instance of the SerializableTimeZoneTime class.
|