arrow.strftime_options

Module for [StrftimeOptions] class

Types 3

Methods
GType _gType() @property
StrftimeOptions self()Returns `this`, for use in `with` statements.
StrftimeOptionsGidBuilder builder()Get builder for [arrow.strftime_options.StrftimeOptions] Returns: New builder object
string format() @propertyGet `format` property. Returns: The desired format string.
void format(string propval) @propertySet `format` property. Params: propval = The desired format string.
string locale() @propertyGet `locale` property. Returns: The desired output locale string.
void locale(string propval) @propertySet `locale` property. Params: propval = The desired output locale string.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T format(string propval)Set `format` property. Params: propval = The desired format string. Returns: Builder instance for fluent chaining
T locale(string propval)Set `locale` property. Params: propval = The desired output locale string. Returns: Builder instance for fluent chaining

Fluent builder for [arrow.strftime_options.StrftimeOptions]