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

shortTime12, shortTime24

Property Key

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

Examples:

put the timeFormat.shortTime12 --> [hr12]:[mi]
put the timeFormat.shortTime24 --> [hr24]:[mi]
put the short time --> 08:06 PM (when the clockFormat is "12 hour"), or 20:06 (when the clockFormat is "24 hour")