AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Agenda
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Exports the appointments found in an Organizer control in iCalendar format.
Ejemplo
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:
  • WINDEVAndroidiPhone/iPadMac Catalyst an Organizer control in a window.
  • an Organizer control in a report.
  • WEBDEV - Código Servidor 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.
Observaciones
To import data in iCalendar format into an Organizer control, use iCalendarToOrganizer.
Componente: wd300mdl.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

Señalar un error o enviar una sugerencia | Ayuda local