Show TOC Start of Content Area

Object documentation WeekDayPattern  Locate the document in its SAP Library structure

Definition

You can use WeekDayPattern to define a pattern for a day of the week, such as Saturday. Each Saturday in the calendar will then have the same pattern. It can be used to define a consistent display for a day of the week.

Description of UI Element Properties

      dataSource

Determines the data source of the WeekDayPattern. You can use this to specify the path to the context node providing the data.

      day

Specifies the day as WDDayOfWeek.

      endDate

Determines the end date by this WeekDayPattern is valid. If no end date is specified the WeekDayPattern is always valid.

      startDate

Determines the start date from this WeekDayPattern. If no start date is specified the WeekDayPattern is always valid.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

dataSource

IWDRecurrenceDayPattern

Object

 

 

day

IWDRecurrenceDayPattern

WDDayOfWeek

monday

bindable

endDate

IWDRecurrenceDayPattern

CctDate

 

 

startDate

IWDRecurrenceDayPattern

CctDate

 

 

 

End of Content Area