メインコンテンツまでスキップ
バージョン:26.1

longTime12, longTime24

Property Key

Property key for the timeFormat global property, which controls the format used for the long time function when the clockFormat is set to "12 hour" or "24 hour".

Examples:

put the timeFormat.longTime12 --> [hr12]:[mi]:[se] [pm]
put the timeFormat.longTime24 --> [hr24]:[mi]:[se]
put the long time --> 06:39:20 PM (when the clockFormat is "12 hour"), or 18:39:20 (when the clockFormat is "24 hour")