|
|
|
|
OrganizerPosition (Function) In french: AgendaPosition Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
// Position the Organizer control on today's date OrganizerPosition(ORG_Organizer1, Today()) // Position the Organizer control on December 20, 2012 OrganizerPosition(ORG_Organizer1, "20121220")
// Find out the first date displayed in the Organizer control OrganizerDate is Date OrganizerDate = OrganizerPosition(ORG_MyOrganizer)
Syntax
Position the Organizer control on a specified date Hide the details
OrganizerPosition(<Organizer control> , <Start date>)
Finding out the first date or the last date displayed by the Organizer control Hide the details
<Result> = OrganizerPosition(<Organizer control> , <Sought date>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|