time12, time24
Property Key
Property key for the timeFormat global property, which controls the format used for the time function when the clockFormat is set to "12" hour or "24 hour".
Examples:
put the timeFormat.Time12 --> [hr12]:[mi] [pm]
put the timeFormat.Time24 --> [hr24]:[mi]
put the time --> 08:17 PM (when the clockFormat is "12 hour"), or 20:17 (when the clockFormat is "24 hour")