Show TOC

 DayPatternLocate this document in the navigation structure

Definition

You can use the day patterns to define the following information for each day:

  • Public holiday and the public holiday text
  • Different working times

With DayPattern, you can define each day individually. The DayPattern therefore has a dataSource that is bound to a context node, where all necessary information can be provided.

If no day pattern is available for a day, it is rendered as a free day (the default):

Description of UI Element Properties
  • dataSource

    Determines the data source of the DayPattern. You can use it to specify the path to the context node providing the data.

  • date

    Specifies the date.

  • holiday

    Determines whether the day is a day off.

  • holidayName

    Determines the holiday's name. The holidayName is included in the tool tip of the related day.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

dataSource

IWDDayPattern

Object

 

bindable_mandatory

date

IWDDayPattern

CctDate

 

bindable_mandatory

holiday

IWDDayPattern

boolean

false

bindable

holidayName

IWDDayPattern

String

 

bindable