Field Properties - Time Tab - Time Format¶
Select the desired time format type from the combobox. The following options are available:
| Option | Description | Remarks |
|---|---|---|
| Windows Default | Uses the Windows Regional Settings to format a time value | Output differs from development when the deployment machine has a different regional setting. |
| Custom | Uses the selected value from Hour, Minute, Second format combined with the time marker and time separator | Output will always be the same |
| Custom Mask | Format a time value based on the time mask string | - |
| None | No value for the time part of a datetime data-type is written to the output | - |
The chosen format can be controlled via a function returning one of the predefined time format constants.
An example of such a function is:
Return {User.TimeFormat}