#import <FlutterHourFormat.h>
Definition at line 10 of file FlutterHourFormat.h.
◆ isAlwaysUse24HourFormat
+ (BOOL) isAlwaysUse24HourFormat |
|
|
|
Definition at line 8 of file FlutterHourFormat.mm.
20 NSString* dateFormat = [NSDateFormatter dateFormatFromTemplate:@"j"
22 locale:[NSLocale currentLocale]];
23 return [dateFormat rangeOfString:@"a"].location == NSNotFound;
The documentation for this class was generated from the following files: