AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • End 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 WorkingHourStart property is used to get and change the start 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 start time of working hours Hide the details

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

Modifying the start time of working hours Hide the details

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

End time of working hours

The end time of working hours can be identified and changed using the WorkingHourEnd 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