|
|
|
|
|
<Calendar>.Position (Function) In french: <Calendrier>.Position Returns the month displayed in a Calendar control.
Info("The month displayed in the Calendar control is: " + ...
DateToMonthInAlpha(CAL_Calendar1.Position()))
Syntax
<Result> = <Calendar control>.Position()
<Result>: Character string or Date variable First day of month displayed. This parameter has the following format: "YYYYMM01". For example, if the month displayed is November 2008, <Result> will be equal to "20081101".Attention: <Result> corresponds to the first day of the month displayed in the calendar, and not the first day shown in the calendar for the selected month (for the month of November 2008, the first day displayed is Monday, October 27, 2008). <Calendar control>: Control name Name of Calendar control used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|