arrow.strptime_options

Module for [StrptimeOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
StrptimeOptions self() nothrowReturns `this`, for use in `with` statements.
StrptimeOptionsGidBuilder builder() static nothrowGet builder for [arrow.strptime_options.StrptimeOptions] Returns: New builder object
bool errorIsNull() @property nothrowGet `errorIsNull` property. Returns: Return null on parsing errors if true or raise if false.
void errorIsNull(bool propval) @property nothrowSet `errorIsNull` property. Params: propval = Return null on parsing errors if true or raise if false.
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.
arrow.types.TimeUnit unit() @property nothrowGet `unit` property. Returns: The desired time resolution.
void unit(arrow.types.TimeUnit propval) @property nothrowSet `unit` property. Params: propval = The desired time resolution.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.strptime_options.StrptimeOptions

Methods
T errorIsNull(bool propval) nothrowSet `errorIsNull` property. Params: propval = Return null on parsing errors if true or raise if false. Returns: Builder instance for fluent chaining
T format(string propval) nothrowSet `format` property. Params: propval = The desired format string. Returns: Builder instance for fluent chaining
T unit(arrow.types.TimeUnit propval) nothrowSet `unit` property. Params: propval = The desired time resolution. Returns: Builder instance for fluent chaining
Methods
StrptimeOptions build() nothrowCreate object from builder. Returns: New object