A top-level constant

String const A

AM/PM


Format: AM PM

Summary: The meridiem indicator in uppercase.

Details: Used to differentiate between morning and afternoon when using the 12-hour clock system. Essential for scheduling and alarm-based features.

Implementation

const String A = 'A';