Initializing help system before first use

timefmt

Description
Define the text format for both reading and writing time.
Type
String, read/write
Default value
"%0H:%0M:%0S%f"
Note
The time format consists in a text string in which the time information (like number of seconds) is specified using tags. A tag begins by the character "%" optionally followed by "." or "0" and a character indicating which specific information must be provided. The possible values are:
Hour (0-23)
Hour (1-12)
Minute (0-59)
Seconds (0-59)
Milliseconds (0-999)
Milliseconds as a fractional value with a comma as the decimal separator (,001-,999)
Milliseconds as a fractional value with a dot as the decimal separator (.001-.999)
text "pm" or "am"
text "PM" or "AM"
The symbol "%"

If the second character is used, the corresponding information is produced in fixed format with space ( ".") or zero ( "0") as the padding character. For instance, the hour 1 will be displayed as "1" with the format "%H"; as " 1" with "%.H" and as "01" with "%0H". When the formats f or F are used for parsing they both accept dot and comma as the decimal separator. The formats f and F without second character ( "." or "0") display nothing if the number of milliseconds is 0.
See also
Module

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.