ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with reports and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
EndDatePeriodDisplayed (Property)
In french: DateFinPériodeAffichée
The EndDatePeriodDisplayed property is used to get the end date of the time period displayed in a Scheduler or Organizer control of a report.
Example
// "Before printing" process of the header block
SCH_MySchedule.CaptionPeriodHeader = ...
" Week from " + DateToString(SCH_MySchedule.StartDatePeriodDisplayed) + ...
" to " + DateToString(SCH_MySchedule.EndDatePeriodDisplayed)
Syntax

Getting the end date of the time period displayed in the report Hide the details

<End date> = <Control used>.EndDatePeriodDisplayed
<End date>: Character string or Date variable
End date of the time period displayed in the report.
<Control used>: Control name
Name of the Scheduler or Organizer control in the report.
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help