menu
flutter_ilib package
documentation
ilib_datefmt.dart
ILibDateFmt
getClock method
getClock method
dark_mode
light_mode
getClock
method
int
getClock
(
)
The clock convention in use: 12 or 24 (hour).
Implementation
int getClock() { return int.parse(_clock ?? '12'); }
flutter_ilib package
documentation
ilib_datefmt
ILibDateFmt
getClock method
ILibDateFmt class