AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • Start time of working hours
  • Limitation
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The WorkingHourEnd property is used to identify and change the end time of working hours used:
  • WINDEVAndroidiPhone/iPad by an Organizer control.
  • by a Scheduler control.
  • WINDEV by a Gantt Chart column (in a Table or TreeView Table control).
Remarks:
  • The range of working hours can also be modified in the control description window ("Details" tab).
  • The appointments or the tasks can be moved outside the working hours.
Example
ORG_Organizer_1.WorkingHourStart = "0830"
ORG_Organizer_1.WorkingHourEnd = "1800"
Syntax

Finding out the end time of working hours Hide the details

<Result> = <Control used>.WorkingHourEnd
<Result>: Time
End time of working hours (in HHMM format).
<Control used>: Control name
Name of the control used:
  • WINDEVAndroidiPhone/iPad Organizer control.
  • Scheduler control.
  • WINDEVWindows Gantt Chart column (in a Table or TreeView Table control).

Modifying the end time of working hours Hide the details

<Control used>.WorkingHourEnd = <New time>
<Control used>: Control name
Name of the control used:
  • WINDEVAndroidiPhone/iPad Organizer control.
  • Scheduler control.
  • WINDEVWindows Gantt Chart column (in a Table or TreeView Table control).
<New time>: Character string or Time variable
New end time for the working hours in the control. This time is in "HHMM" or "HH" format.
Remarks

Start time of working hours

The start time of working hours can be identified and changed using the WorkingHourStart property.

Limitation

This property is not available for Organizer and Scheduler controls in reports.
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 03/11/2022

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