|
|
|
|
|
<Calendar>.SelectMinus (Function) In french: <Calendrier>.SelectMoins Deselects a date in a multi-selection Calendar control.
// Deselects the day corresponding to today CAL_Calendar1.SelectMinus(Today())
Syntax
<Calendar control>.SelectMinus(<Date to delete>)
<Calendar control>: Control name Name of Calendar control used. "Multiselection" must be checked for this control ("Details" tab of the control description). The function has no effect if this option is not checked. <Date to delete>: Character string Date in YYYYMMDD format that must be deleted from the selection. The function has no effect if this date is not selected.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|