arrow.day_millisecond

Module for [DayMillisecond] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
DayMillisecond self() nothrowReturns `this`, for use in `with` statements.
DayMillisecondGidBuilder builder() static nothrowGet builder for [arrow.day_millisecond.DayMillisecond] Returns: New builder object
int day() @property nothrowGet `day` property. Returns: The day part value.
void day(int propval) @property nothrowSet `day` property. Params: propval = The day part value.
int millisecond() @property nothrowGet `millisecond` property. Returns: The millisecond part value.
void millisecond(int propval) @property nothrowSet `millisecond` property. Params: propval = The millisecond part value.
bool equal(arrow.day_millisecond.DayMillisecond otherDayMillisecond) nothrow
bool lessThan(arrow.day_millisecond.DayMillisecond otherDayMillisecond) nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(int day, int millisecond)

Fluent builder implementation template for arrow.day_millisecond.DayMillisecond

Methods
T day(int propval) nothrowSet `day` property. Params: propval = The day part value. Returns: Builder instance for fluent chaining
T millisecond(int propval) nothrowSet `millisecond` property. Params: propval = The millisecond part value. Returns: Builder instance for fluent chaining
Methods
DayMillisecond build() nothrowCreate object from builder. Returns: New object