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
Returns the start or end date and time of the time slot selected in an Organizer control.
Ejemplo
// Retrieves the range selected in an Organizer control
myStartDate is DateTime = ORG_MyOrganizer.SelectedRange(orgStartDate)
myEndDate is DateTime = ORG_MyOrganizer.SelectedRange(orgEndDate)
Sintaxis
<Result> = <Organizer control>.SelectedRange([<Start or end of range>])
<Result>: FechaHora
  • Requested date and time (for start or end of range),
  • Empty string ("") if no selection was performed in the Organizer control.
<Organizer control>: Nombre del control
Name of Organizer control to use (found in a window)
<Start or end of range>: Constante de tipo Integer
Indicates the information to return:
orgEndDateInformation returned: Date and time of end of selected time slot.
orgStartDateInformation returned: Start date and time of selected time slot.
Observaciones
This function is equivalent to the StartDate and EndDate properties on the Organizer control.
Componente: wd300obj.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