|
|
|
|
|
EndDatePeriodDisplayed (Property) In french: DateFinPériodeAffichée
The EndDatePeriodDisplayed property gets the end date of the range displayed in a Scheduler or Organizer control of a report.
SCH_MySchedule.CaptionPeriodHeader = ...
" Week from " + DateToString(SCH_MySchedule.StartDatePeriodDisplayed) + ...
" to " + DateToString(SCH_MySchedule.EndDatePeriodDisplayed)
Syntax
Getting the end date of the range displayed in the report Hide the details
<End date> = <Control used>.EndDatePeriodDisplayed
<End date>: Character string or Date variable End date of the range displayed in the report. <Control used>: Control name Name of the Scheduler or Organizer control in the report.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|