|
|
|
|
|
CalendarSelectPlus (Function) In french: CalendrierSelectPlus Selects a date in a Calendar control. If the Calendar control allows for multi-selection, adds the specified date to the current selection.
// Adds the 3rd of October 2008 to the selection CalendarSelectPlus(CAL_Calendar1, "20081003")
Syntax
CalendarSelectPlus(<Calendar control> , <Date to select>)
<Calendar control>: Control name Name of Calendar control used. <Date to select>: Character string Date in YYYYMMDD format that must be selected or added to the current selection (for a multi-selection calendar). The function has no effect if this date is already selected.
If <Date to select> is not displayed on the calendar, the calendar automatically sets the position on this date.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|