|
|
|
|
|
<Organizer>.ToiCalendar (Función) Exports the appointments found in an Organizer control in iCalendar format. siCal is ANSI string siCal = ORG_Organizer.ToiCalendar("20150101", "20151231")
Sintaxis
<Result> = <Organizer control>.ToiCalendar([<Start date> [, <End date>]])
<Result>: Cadena de caracteres en formato UTF-8 - List of appointments of the Organizer control in iCalendar format.
- Empty string ("") if an error occurred. To get more details on the error, use ErrorInfo.
<Organizer control>: Nombre del control Name of the Organizer control to be used. This field may correspond to:    an Organizer control in a window. - an Organizer control in a report.
an Organizer control in a page.
<Start date>: Cadena de caracteres o variable de tipo DateTime opcional Start date for the elements that will be taken into account for the export. <End date>: Cadena de caracteres o variable de tipo DateTime opcional End date for the elements that will be taken into account for the export.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|