Enumerations

ERUAccessScope

Describes the access control list.

Enum Facets & Usage

Meaning

erScopeInheritOpenAccess

Use when setting Open access on Items or when setting access on Routing Targets.

For Items:

The list of members with open access to the object is the same as the list of members with open access to the object's parent, and changes dynamically as the parent's open access changes.

For RoutingTarget:

The list of members with routing access is copied from the list of members with open access to the containing Folder Page. Subsequent changes to the open access list of the containing Folder Page do not affect the routing access list.

erScopeEditSameAsOpen

Use when setting Edit access on Items.

The set of members with edit access to the object is the same as the set of members with open access to the object, and changes dynamically as the open access changes.

erScopeAnyone

Use when setting access to Routing Targets.

Any member of the Facility who can open the Routing Source can send items to the Routing Target.

erScopeCoordinatorsOnly

Use when setting Open or Edit access on Items, or access to Routing Targets.

For Items & RoutingTargets:

Only members with Coordinator rights in the Room can access the object.

erScopeList

Use when setting Open or Edit access on Items, or access to Routing Targets.

The set of members with access to the object are listed explicitly.

 

Go to Top

 

ERUApprovalReq

Specifies whether all or only one approver is required.

Enum Facets

Description

erApprovalReqAll

All approvers have to approve the entry.

erApprovalReqOne

Only one approver needs to approve the entry.


Go to Top

ERUAuthenticationType

Specifies how the eRoom monitor authenticates.

Enum Facets

erAuthTypeBrowser

erAuthTypeCertificate

erAuthTypeProxyServer


Go to Top

ERUAutonumberOrder

Specifies how eRoom numbers autonumber fields in a database.

Enum Facets

Description

erAutonumOrderCreation

(default) Freezes numbers at their displayed value when the entries are created. Values are preserved when you change the sorting order of entries, or if you add, delete, or move rows.

erAutonumOrderSort

Changes the displayed value of numbers if you change the sorting order of entries, or if you add, delete, or move rows. Choose this option if you want to change the numerical rank of database rows when you change their sort order.


Go to Top

ERUBuiltInGroup

Specifies IDs for built-in groups.  Each member represents a built-in eRoom group.

Enum Facets

erGroupAdministrators

erGroupAll

erGroupDirConnections

erGroupGroupCreators

erGroupGuests

erGroupIMUsers

erGroupLicensed

erGroupLocalMembers

erGroupMemberListModifiers

erGroupMemberListReaders

erGroupNativeMembers

erGroupPasswordModifiers

erGroupRoomCreators

erGroupRoot

erGroupSecurIDUsers


Go to Top

ERUColumnType

The data type of cell contents of a DB Column.

Enum Facets

Description

erColumnTypeApproval

Each cell lets one or more people stamp the entry as approved, in a controlled way.

erColumnTypeApprovalDate

Each cell contains an approval Date.

erColumnTypeAttachments

Each cell contains attachments. Only one Attachment column is allowed per database.

erColumnTypeAutonumber

Each cell contains automatically generated ID numbers.

erColumnTypeBoolean

Each cell contains a boolean value.

erColumnTypeComments

Each cell contains an eRoom embedded threaded discussion.

erColumnTypeDate

Each cell contains a date value.

erColumnTypeDateDone

Each cell contains boolean value.

erColumnTypeHistory

Each cell contains a journal of the changes to any field in this entry other than the History field itself.

erColumnTypeKeyword

Each cell contains a list of possible entries.

erColumnTypeMembers

Each cell contains a list of eRoom members.

erColumnTypeNumber

Each cell contains a number value.

erColumnTypePlainText

Each cell contains plain text.

erColumnTypeProcessStepID

Each cell contains a Process Step ID.

erColumnTypeRichText

Each cell contains rich text.

erColumnTypeRoomID

Each cell contains an eRoom ID. This read only and is relevant only for Enterprise Databases.

erColumnTypeTrafficLight

Each cell is three-state widget (red/yellow/green ) for indicating overall status.

erColumnTypeUnknown

Cell content is not recognized.


Go to Top

ERUCustomFieldDataType

 

Enum Facets

Description

erCustomFieldDataTypeBoolean

The custom field contains a boolean value.

erCustomFieldDataTypeDate

The custom field contains a date value.

erCustomFieldDataTypeNumber

The custom field contains a number value.

erCustomFieldDataTypePlainText

The custom field contains plain text.


Go to Top

 

ERUDashboardOperator

Options used to generate a dashboard.

All values that begin with ”r;erDashOpAllDB” identify all dashboard operators that are valid for the given database column type.

All values that start with ”r;erDashOpAllProject” identify all dashboard operators that are valid for a given project column type.

Enum Facets

Description

erDashOpAllProjectStatus

Determine the project status value.

erDashOpAvg

Determine the average value.

erDashOpCountBlank

Determine the number of blank items.

erDashOpCountUsed

Determine the number of ”r;used” or non-blank values.

erDashOpMax

Determine the highest value.

erDashOpMin

Determine the lowest value.

erDashOpNone

No options specified.

erDashOpSize

Determine the size.

erDashOpStatus

Determine the status.

erDashOpStatusCount

Determine count of each status.

erDashOpSubColumns

Break out each unique value (keyword, member, or boolean true/false/blank).

erDashOpSubColumnsSelected

Breakout each specified sub value specified in memberset; valid for members and approval columns only.

erDashOpSum

Determine the sum of values.

erDashOpAllDBApproval

erDashOpSubColumns, erDashOpSubColumnsSelected, and erDashOpSum

erDashOpAllDBAutoNumber

erDashOpMax

erDashOpAllDBBoolean

erDashOpSubColumns

erDashOpAllDBDate

erDashOpCountBlank, erDashOpMin|erDashOpMax, and erDashOpCountUsed

erDashOpAllDBDueDate

erDashOpCountBlank, erDashOpMin|erDashOpMax, erDashOpCountUsed|erDashOpSubColumns, and erDashOpAllDBNumber

erDashOpAllDBHistory

erDashOpMax and erDashOpSum

erDashOpAllDBKeyword

erDashOpCountUsed and erDashOpSubColumns

erDashOpAllDBMembers

erDashOpCountUsed, erDashOpSubColumns, and erDashOpSubColumnsSelected

erDashOpAllDBNumber

erDashOpCountBlank, erDashOpMin, erDashOpMax, erDashOpSum, erDashOpAvg, and erDashOpCountUsed

erDashOpAllDBPlainText

erDashOpCountBlank and erDashOpCountUsed

erDashOpAllDBRichText

erDashOpCountBlank and erDashOpCountUsed

erDashOpAllDBTrafficLight

erDashOpCountUsed and erDashOpSubColumns

erDashOpAllProjectCategory

erDashOpSubColumns

erDashOpAllProjectDuration

erDashOpSum

erDashOpAllProjectEnd

erDashOpMax

erDashOpAllProjectProgress

erDashOpSubColumns and erDashOpStatus

erDashOpAllProjectResource

erDashOpSubColumns

erDashOpAllProjectStart

erDashOpMin


Go to Top

 

ERUDBRowEditAccess

Controls who can edit Database Rows.

Enum Facets

Description

erDBRowAccessCreatorOnly

Only the member who created the database may edit rows.

erDBRowAccessCreatorPlusEditList

Any member on the database's edit list, including the creator, may edit rows.

erDBRowAccessOpenList

Any member on the database's open list may edit rows.


Go to Top

ERUDBStyle

ERUDBStyle is used to describe the style of the database.

Enum Facets

Description

erDBStylePurpleGray

Creates a database with alternating purple and gray rows.

erDBStyleTealTan

Creates a database with alternating teal and tan rows.

erDBStyleDarkGrayLightGray

Creates a database with alternating dark gray and light gray rows.

erDBStylePlainWhite

Creates a plain white database.


Go to Top

 

ERUDirectoryMemberErrorType

 Indicates the reason why a member fails to synchronize.

Enum Facets

erDirMemErrAll

erDirMemErrAmbiguousGroupID

erDirMemErrAmbiguousUserUID

erDirMemErrGroupNameConflict

erDirMemErrGroupNameNotFound

erDirMemErrGroupNameTooLong

erDirMemErrLoginNameConflict

erDirMemErrLoginNameNotFound

erDirMemErrMissingGroupUID

erDirMemErrMissingUserUID

erDirMemErrNone

erDirMemErrUnknown

erDirMemErrUserNameTooLong


Go to Top

ERUDirectoryMemberType

Indicates whether a Directory Member is a group or an individual user.

Enum Facets

Description

erDirMemTypeUser

The directory member is an individual user.

erDirMemTypeGroup

The directory member is a group.


Go to Top

ERUDirectoryNameParseMode

Specifies the sort order of names in a directory.

Enum Facets

Description

erDirNameParseFirstLast

Lists the first names followed by last names.

erDirNameParseLastFirst

Lists the last names followed by first names.

erDirNameParseAuto

Uses the default order of the names.


Go to Top

ERUDirectoryType

Indicates what type of enterprise directory a Facility uses.

Enum Facets

Description

erDirTypeNone

No enterprise directory is used.

erDirTypeNTDomain

Windows NT domain used for member lists.

erDirTypeServerMemberList

ServerMemberList used for member lists.

erDirTypeLDAP

LDAP (Lightweight Directory Access Protocol)

erDirTypeMultiple

More than one directory connections are being used for member lists (new in V5.0).

erDirTypeUnknown

Unknown directory type.


 Go to Top

 

ERUElementColor

ERUElementColor values are used to specify My eRoom page element colors.

Enum Facets

erElementColorBlue

erElementColorGreen

erElementColorGrey

erElementColorOrange


Go to Top

 

ERUEmailAddressFormat

 

Enum Facets

Description

erEmailFormatAcctBracket

Do not use a bracket around the email address name.  For example, "InboxID <account@domain.com>"

erEmailFormatNoBracket

Use parentheses around the email address name.  For example, "(InboxID) account@domain.com"


Go to Top

 

ERUIconCategory

ERUIconCategory identifies the category of an icon.

Enum Facets

Description

erIconCategoryFolderPage

Find the default icon for Folder Pages.

erIconCategoryDiscussionPage

Find the default icon for Discussion Pages.

erIconCategoryPollPage

Find the default icon for Poll Pages.

erIconCategoryNotePage

Find the default icon for Note Pages.

erIconCategoryInboxPage

Find the default icon for Inbox Pages.

erIconCategoryTopicPage

Find the default icon for Topic Pages.

erIconCategoryLink

Find the default icon for Links.

erIconCategoryListPage

Find the default icon for List Pages.

erIconCategoryMailPage

Find the default icon for Mail Pages.

erIconCategoryDatabasePage

Find the default icon for Database Pages.

erIconCategoryCalendarPage

Find the default icon for Calendar Pages.

erIconCategoryCalendarEventPage

Find the default icon for Calendar Event Pages.

erIconCategoryDatabaseRowPage

Find the default icon for Database Row Pages.


Go to Top

ERUIconType

ERUIconType is used to indicate type of icons. Standard icons are also called built-in icons which come with the eRoom installation. Custom icons are imported into the Facility by the user.

Enum Facets

Description

erIconTypeStandard

The icon is a standard icon. Standard icons, also referred to as built-in icons, are automatically installed with eRoom.

erIconTypeCustom

The icon is a custom icon that was imported into the Facility.


Go to Top

 

ERUIMNetwork

Instant Message networks.

Enum Facets

erIMNetworkAIM

erIMNetworkJABBER

erIMNetworkLCS

erIMNetworkMSN

erIMNetworkSAMETIME

erIMNetworkUndefined

erIMNetworkYAHOO


 Go to Top

 

ERUIMStatus

Instant Message user status.

Enum Facets

erIMStatusAway

erIMStatusGatewayError

erIMStatusIMDisabled

erIMStatusLoginError

erIMStatusNetworkError

erIMStatusNoAccount

erIMStatusNoPermission

erIMStatusOffline

erIMStatusOnline

erIMStatusUnknown


 Go to Top

 

ERUItemType

Identifies every type of item that can exist in an eRoom.

Enum Facets

Description

erItemTypeAny

Item can be any legal object.

erItemTypeBallot

The item is a Ballot.

erItemTypeCalendarEventPage

The item is a Calendar Event.

erItemTypeCalendarPage

The item is a Calendar Page.

erItemTypeComment

The item is a Comment.

erItemTypeDBPage

The item is a Database Page.

erItemTypeDBProcess

The item is a Database Process.

erItemTypeDBProcessStep

The item is a Database Process Step.

erItemTypeDBRow

The item is a Database Row.

erItemTypeDBTemplatesFolder

The item is a DB Templates Folder.

erItemTypeDashboardPage

The item is a Dashboard Page.

erItemTypeDiscussionPage

The item is a Discussion Page.

erItemTypeEntDB

The item is an Enterprise Database.

erItemTypeEntDBInstance

The item is an Enterprise Database Instance.

erItemTypeEntDBSummary

The item is an Enterprise Database Summary.

erItemTypeFile

The item is a File.

erItemTypeFolderPage

The item is a Folder Page.

erItemTypeInboxPage

The item is an Inbox Page.

erItemTypeLink

The item is a Link.

erItemTypeLinkedFolder

The item is a Linked Folder.

erItemTypeListPage

The item is a List Page.

erItemTypeListRow

The item is a List Row.

erItemTypeMailPage

The item is an Mail Page.

erItemTypeNotePage

The item is a Note Page.

erItemTypePoll

The item is a Poll.

erItemTypePollEntry

The item is a Poll Entry.

erItemTypePollPage

The item is a Poll Page.

erItemTypeProjectSchedulePage

The item is a Project Schedule Page.

erItemTypeProjectTaskPage

The item is a Project Task Page.

erItemTypeRecycleBin

The item is a Recycle Bin.

erItemTypeTopicPage

The item is a Topic Page.

erItemTypeVersionPage

The item is a Version Page.

 

ERULinkedFolderSynchStatus

Identifies the synchronization status of a linked folder.

Enum Facets

erLinkedFolderNewFolder

erLinkedFolderSynchInProgress

erLinkedFolderSynchRequested

erLinkedFolderSynchronized

erLinkedFolder_E_BadCSCredentials

erLinkedFolder_E_CSConnectionNotAllowed

erLinkedFolder_E_CSLocationNotFound

erLinkedFolder_E_FileLimitExceeded

erLinkedFolder_E_NoCSConnectionDefined

erLinkedFolder_E_UnableToConnect


Go to Top

 

ERULockStatus

Facility, Site, and Server lock status.

Enum Facets

Description

erLockAdminOnly

The site is locked.

erLockExport

(Reserved for future use.)

erLockNoAccess

(Reserved for future use.)

erLockNone

The site is not locked.


Go to Top

ERUMemberChoice

 

Enum Facets

Description

erMemberChoiceAllRoomMembers

The set of possible members consists of every member with access to the database

erMemberChoiceList

The set of possible members consists of the list of members that was specified via the last call to SetMemberList.


Go to Top

 

ERUMemberFlag

Controls the content and format of a collection of members returned from an API call. Note that erMemFlagUsersOnly, erMemFlagGroupsOnly, and erMemFlagCustomRolesOnly are mutually exclusive.

Enum Facets

Description

erMemFlagNone

No flags specified.

erMemFlagExpandGroups

Expands groups to show their membership.

erMemFlagGroupsOnly

Returns only groups.

erMemFlagUsersOnly

Returns only individual Users.

erMemFlagNoDeactivated

Return only non-deactivated members.

erMemFlagSortedLastNameFirst

Returns sorted with last name coming first.

erMemFlagCustomRolesOnly

Returns only custom roles.


Go to Top

 

ERUMemberRole

Describes a member's role in an eRoom.

Enum Facets

Description

erRoleCoordinator

Has full access to all content in the eRoom. Can change access lists, release editing reservations, delete eRooms.

erRoleParticipant

Can create new items, and read and edit other member's items as allowed by access control settings for any particular item.

erRoleObserver

Can keep up with what is happening in an eRoom, but cannot participate in it.

erRoleNone

Has no role in the eRoom.


Go to Top

 

ERUOperator

Specifies search criteria.

Enum Facets

Description

erOperBetween

Search for any item that is between the criterion.

erOperEqual

Search for any item that is equal to the criterion.

erOperGreater

Search for any item that is greater than the criterion.

erOperGreaterEqual

Search for any item that is greater than or equal to the criterion.

erOperLess

Search for any item that is less than the criterion.

erOperLessEqual

Search for any item that is less than or equal to the criterion.

erOperNotEqual

Search for any item that is not equal to the criterion.


Go to Top

 

ERUPortalEntryDetail

Controls how details are displayed on the portal page.

Enum Facets

Description

erPortalEntryDetailBasic

Display the basic project status and unread information. (Displays the unread indicator, traffic light, status and completion date.)

erPortalEntryDetailFull

Display the full project status report. (Displays the status report and the coordinator contact list.)


Go to Top

ERUPortalEntryFormat

Controls the format of the portal entry to be displayed in the portal config page.

Enum Facets

Description

erPortalEntryFormatNarrow

Display three eRooms per row.

erPortalEntryFormatWide

Display one eRoom per row.


Go to Top

 

ERUPrivacy

Privacy values.

Enum Facets

Description

erPrivacyPrivate

Specifies that the community is private and its members do not appear in the site member list.

erPrivacySemiPrivate

Specifies that the community is restricted and its members do not appear in the site member list, but they can be added to other communities if they are looked up by name.

erPrivacyPublic

Specifies that the community is public and its members appear in the site member list.


Go to Top

 

ERUProviderFamily

Provider values.

Enum Facets

erProviderFamilyDocumentum


Go to Top

 

ERUProvisioningUse

Provisioning types.

Enum Facets

Description

erProvisioningUseMyeRooms

Provisioning groups are used when deciding on which server a user's My eRoom's page should reside.

erProvisioningUseNone

Do not use provisioning groups to decide on which server to create the new object.

erProvisioningUseRoomAndFacilityCreation

Provisioning groups are used during room and facility creation to determine on which server they will reside.


Go to Top

 

ERURecurrencePattern

ERURecurrencePattern is used to define the frequency of the calendar event.

Enum Facets

Description

erRecPatternOnce

Once

erRecPatternOnDaysOfWeek

Every [Days] of the week

erRecPatternOnDayOfMonth

Every [Day (only one day)] of the month

erRecPatternOnDayOfEveryOtherWeek

Every Other [Days] of the week

erRecPatternOnDayOfEveryThirdWeek

Every Third [Days] of the week

erRecPatternOnDayOfFirstWeekEveryMonth

[Days] on every first week of the month

erRecPatternOnDayOfSecondWeekEveryMonth

[Days] on every second week of the month

erRecPatternOnDayOfThirdWeekEveryMonth

[Days] on every third week of the month

erRecPatternOnDayOfFourthWeekEveryMonth

[Days] on every fouth week of the month


Go to Top

 

ERUShowVotesCastTo

Specifies who sees the votes cast.

Enum Facets

Description

erShowVotesCastToEveryOne

Anyone who can see the Poll or Poll Page sees the votes cast (default).

erShowVotesCastToVoters

Only members who have voted see the votes cast.

erShowVotesCastToCreatorAndCoordinators

Only the creator of the Poll or Poll Page and the coordinators of the eRoom see the votes cast.

erShowVotesCastToNobody

Nobody sees the votes cast.


Go to Top

ERUShowVoteTotalsTo

Specifies who can see the vote totals in a Poll.

Enum Facets

Description

erShowVoteTotalsToToEveryOne

Anybody who can see the Poll or Poll Page sees the vote totals (default).

erShowVoteTotalsToVoters

Only members who have voted see the vote totals.

erShowVoteTotalsToCreatorAndCoordinators

Only the creator of the Poll or Poll Page and the coordinators of the eRoom see the vote totals.


Go to Top

ERUSortOrder

ERUSortOrder is used to specify the sort order. For example, to specify the sort order for a database column.

Enum Facets

Description

erSortAscending

The column is sorted in ascending order (A-Z, 1-9).

erSortDescending

The column is sorted in descending order (Z-A, 9-1).


Go to Top

 

ERUTaskStatus

The status of a task.

Enum Facets

erTaskStatusAhead

erTaskStatusDone

erTaskStatusInProgress

erTaskStatusNoStatus

erTaskStatusNotStarted

erTaskStatusOnTime

erTaskStatusOverdue

erTaskStatusTardy


Go to Top

 

ERUTextFormat

Indicates whether an input text parameter is in HTML format or plain text format.

Enum Facets

Description

erFormatHTML

Format as HTML

erFormatPlainText

Format as plain text


Go to Top

ERUTimeZone

Specifies the user's time zone text format.

Enum Facets

erTimeZoneAfghanistanStandardTime

erTimeZoneAlaskanStandardTime

erTimeZoneArabStandardTime

erTimeZoneArabianStandardTime

erTimeZoneArabicStandardTime

erTimeZoneAtlanticStandardTime

erTimeZoneAUSCentralStandardTime

erTimeZoneAUSEasternStandardTime

erTimeZoneAzoresStandardTime

erTimeZoneCanadaCentralStandardTime

erTimeZoneCapeVerdeStandardTime

erTimeZoneCaucasusStandardTime

erTimeZoneCenAustraliaStandardTime

erTimeZoneCentralAmericaStandardTime

erTimeZoneCentralAsiaStandardTime

erTimeZoneCentralEuropeStandardTime

erTimeZoneCentralEuropeanStandardTime

erTimeZoneCentralPacificStandardTime

erTimeZoneCentralStandardTime

erTimeZoneChinaStandardTime

erTimeZoneDatelineStandardTime

erTimeZoneEAfricaStandardTime

erTimeZoneEAustraliaStandardTime

erTimeZoneEEuropeStandardTime

erTimeZoneESouthAmericaStandardTime

erTimeZoneEasternStandardTime

erTimeZoneEgyptStandardTime

erTimeZoneEkaterinburgStandardTime

erTimeZoneFijiStandardTime

erTimeZoneFLEStandardTime

erTimeZoneGMTStandardTime

erTimeZoneGreenlandStandardTime

erTimeZoneGreenwichStandardTime

erTimeZoneGTBStandardTime

erTimeZoneHawaiianStandardTime

erTimeZoneIndiaStandardTime

erTimeZoneIranStandardTime

erTimeZoneJerusalemStandardTime

erTimeZoneKoreaStandardTime

erTimeZoneMexicoStandardTime

erTimeZoneMidAtlanticStandardTime

erTimeZoneMountainStandardTime

erTimeZoneMyanmarStandardTime

erTimeZoneNCentralAsiaStandardTime

erTimeZoneNepalStandardTime

erTimeZoneNewZealandStandardTime

erTimeZoneNewfoundlandStandardTime

erTimeZoneNorthAsiaEastStandardTime

erTimeZoneNorthAsiaStandardTime

erTimeZonePacificSAStandardTime

erTimeZonePacificStandardTime

erTimeZoneRomanceStandardTime

erTimeZoneRussianStandardTime

erTimeZoneSAEasternStandardTime

erTimeZoneSAPacificStandardTime

erTimeZoneSAWesternStandardTime

erTimeZoneSamoaStandardTime

erTimeZoneSEAsiaStandardTime

erTimeZoneMalayPeninsulaStandardTime

erTimeZoneSouthAfricaStandardTime

erTimeZoneSriLankaStandardTime

erTimeZoneTaipeiStandardTime

erTimeZoneTasmaniaStandardTime

erTimeZoneTokyoStandardTime

erTimeZoneTongaStandardTime

erTimeZoneUSEasternStandardTime

erTimeZoneUSMountainStandardTime

erTimeZoneVladivostokStandardTime

erTimeZoneWAustraliaStandardTime

erTimeZoneWCentralAfricaStandardTime

erTimeZoneWEuropeStandardTime

erTimeZoneWestAsiaStandardTime

erTimeZoneWestPacificStandardTime

erTimeZoneYakutskStandardTime


Go to Top

ERUTrafficLightColor

Specifies the color of a traffic light status indicator.

Enum Facets

erTrafficLightColorGreen

erTrafficLightColorYellow

erTrafficLightColorRed

erTrafficLightColorNone

erTrafficLightColorNone is for use with ProjectStatus, but not for use with database cells. Database cells will either be unset or contain one Green, Yellow, or Red.


Go to Top

ERUTrafficLightStyle

Specifies the style of a traffic light status indicator.

Enum Facets

Description

erTrafficLightSingle

Red, yellow, and green in a single light

erTrafficLightTriple

red/yellow/green in three horizontal lights

erTrafficLightCheck

check/dash/x

erTrafficLightThumbs

thumb-up/thumbs-up-and-down/thumb-down

erTrafficLightCustom

Tthree boxes for user-supplied text


Go to Top

 

ERUWeekDay

Specifies days of the week.

To combine more than one ERUWeekDay facet, use a whitespace-delimited list. For example, the Days element of a CalendarRecurringEvent might look like this:

<Days>erWeekDayMonday erWeekDayFriday</Days>

 

Enum Facets

erWeekDayMonday

erWeekDayTuesday

erWeekDayWednesday

erWeekDayThursday

erWeekDayFriday

erWeekDaySaturday

erWeekDaySunday