|
|
|
|
<Organizer>.Position (Function) In french: <Agenda>.Position 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.
// Positions the organizer on today's date ORG_Organizer1.Position(Today()) // Positions the organizer on December 20, 2012 ORG_Organizer1.Position("20121220") // Find out the first date displayed in the organizer OrganizerDate is Date OrganizerDate = ORG_MyOrganizer.Position() Syntax
Positioning the organizer on a specified date Hide the details
<Organizer control>.Position(<Start date>)
Finding out the first date or the last date displayed by the Organizer control Hide the details
<Result> = <Organizer control>.Position(<Sought date>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|