arrow.strftime_options

Module for [StrftimeOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
StrftimeOptions self() nothrowReturns `this`, for use in `with` statements.
StrftimeOptionsGidBuilder builder() static nothrowGet builder for [arrow.strftime_options.StrftimeOptions] Returns: New builder object
string format() @property nothrowGet `format` property. Returns: The desired format string.
void format(string propval) @property nothrowSet `format` property. Params: propval = The desired format string.
string locale() @property nothrowGet `locale` property. Returns: The desired output locale string.
void locale(string propval) @property nothrowSet `locale` property. Params: propval = The desired output locale string.
Constructors
this(void * ptr, Flag!"Take" take)

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 chaining
T locale(string propval) nothrowSet `locale` property. Params: propval = The desired output locale string. Returns: Builder instance for fluent chaining
Methods
StrftimeOptions build() nothrowCreate object from builder. Returns: New object