Overview

Class representing a time zone rule onset day that can be specified as the first(+1), second(+2), or last(-1) specific day of the week of the month. eg: last Sunday of the month. first Monday of the month.

Members

Show inherited members

Name Type Required Description

position

int

Returns the position of WeekDay in a month. E.g. first(+1), second(+2), or last(-1)

weekDay

weekDay

Returns the day of week (Sunday, Monday,..., Saturday)

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:timeZoneOnsetOrdinalWeekDayOfMonth xsi:type="obh:timeZoneOnsetOrdinalWeekDayOfMonth" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <position>your_int_0</position>
        <weekDay>your_weekDay_0</weekDay>
</obh:timeZoneOnsetOrdinalWeekDayOfMonth>

Referenced By Representaions

Not Referenced Directly by Representations