TimeSettings

All TimePlugin runtime settings, aggregated in a struct.

version(WithTimePlugin)
private
@Settings
struct TimeSettings {}

Members

Variables

amPM
bool amPM;

Whether to use AM/PM notation instead of 24-hour time.

enabled
bool enabled;

Toggle whether or not this plugin should do anything at all.