ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The property NbJourAffiché property allows you to:
  • get and change the number of days displayed in an Organizer or Scheduler control.
Note: This number of days is only used for display in "week" mode.
Example
// Affiche 2 jours dans le champ Planning
PLN_Planning1.NbJourAffiché = 2
Syntax

Finding out the number of days displayed Hide the details

<Result> = <Control used>.NbDayDisplayed
<Result>: Integer
Number of days displayed in the control.
<Control used>: Control name
Name of field manipulated:
  • Organizer control.
  • Scheduler control.

Modifying the number of days displayed Hide the details

<Control used>.NbDayDisplayed = <New Number of Days>
<Control used>: Control name
Name of field manipulated:
  • Organizer control.
  • Scheduler control.
<New Number of Days>: Integer
Number of days that must be displayed in the control.
Remarks
  • Using the OrganizerChangeMode function:
    OrganizerChangeMode is used to modify the time range displayed by an Organizer control (Day/Week/Month). If the number of days displayed was configured with the NbDayDisplayed property, OrganizerChangeMode overwrites this value with the value specified in the function call.
  • Using the SchedulerChangeMode function:
    SchedulerChangeMode is used to modify the time range displayed by a Scheduler control (Day/Week/Month). If the number of days displayed was configured with the NbDayDisplayed property, SchedulerChangeMode overwrites this value with the value specified in the function call.
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help