|
|
|
|
|
- Available display formats
MaskTitleTime (Property) In french: MasqueTitreHeure
The MaskTitleTime property is used to get or change the mask used for the title of time columns: SCH_Scheduler.MaskTitleTime = "HH:MM:SS" // Displays "01:00:00"
Syntax
Finding out the mask for the titles of time columns Hide the details
<Result> = <Control used>.MaskTitleTime
<Result>: Character string Current display mask for the titles of time columns. This mask corresponds to: - " " (empty string) if the default mask is used.
- the display mask used (see Remarks).
<Control used>: Control name Name of the control to be used:
Modifying the mask for the titles of time columns Hide the details
<Control used>.MaskTitleTime = <New mask>
<Control used>: Control name Name of the control to be used: <New mask>: Character string New display mask for the titles of time columns. This mask can correspond to: - a preset mask or a custom mask (see the Remarks).
- "" (empty string) to use the default display mask.
Remarks Available display formats The display format can correspond to: - a preset mask:
- 'HH:MM'
- 'HH:MM:SS'
- 'HH:MM:SS:CC'
- 'HH:MM:SS:CCC'
- 'HH:MM AM'
- a custom mask. In this case, you have the ability to use the following elements:
- 'HH' (hour)
- 'MM' (minutes)
- 'SS' (seconds)
- 'CC' or 'CCC' (hundredths of a second on 2 or 3 characters)
- 'AM' (for the times in AM/PM format).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|