iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCICalendarUnitDateFormatter
@interface SCICalendarUnitDateFormatter
: NSObject <ISCICalendarUnitDateFormatter>
Defines a default date formatter which is used by SCITradeChartAxisLabelFormatter
-
Creates a new instance of
SCICalendarUnitDateFormatterclass.Declaration
Objective-C
- (nonnull instancetype)initWithLocale:(nonnull NSLocale *)locale andTimeZone:(nonnull NSTimeZone *)timeZone;Swift
init(locale: Locale, andTimeZone timeZone: TimeZone)Parameters
localeThe
NSLocaleto use by this formatter.timeZoneThe
NSTimeZoneto use by this formatter.
View on GitHub