longBasicTime12, longBasicTime24
Property Key
Property key for the timeFormat global property, that controls the format used for the long basic time function when the clockFormat is set to "12 hour" or "24 hour".
Examples:
put the timeFormat.longBasicTime12 --> [monthName] [day], [year] [hr12]:[mi]:[se] [pm]
put the timeFormat.longBasicTime24 --> [monthName] [day], [year] [hr24]:[mi]:[se]
put the long basic time --> November 14, 2021 01:06:37 PM (when the clockFormat is "12 hour"), or November 14, 2021 13:06:37 (when the clockFormat is "24 hour")