arrow.strftime_options
Module for [StrftimeOptions] class
Types 3
Methods
StrftimeOptionsGidBuilder builder() static nothrowGet builder for [arrow.strftime_options.StrftimeOptions] Returns: New builder objectvoid format(string propval) @property nothrowSet `format` property. Params: propval = The desired format string.void locale(string propval) @property nothrowSet `locale` property. Params: propval = The desired output locale string.Fluent builder implementation template for arrow.strftime_options.StrftimeOptions
Methods
T format(string propval) nothrowSet `format` property. Params: propval = The desired format string. Returns: Builder instance for fluent chainingT locale(string propval) nothrowSet `locale` property. Params: propval = The desired output locale string. Returns: Builder instance for fluent chainingFluent builder for arrow.strftime_options.StrftimeOptions
Methods