arrow.month_day_nano

Module for [MonthDayNano] class

Types 3

classMonthDayNano : gobject.object.ObjectWrap
Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
MonthDayNano self() nothrowReturns `this`, for use in `with` statements.
MonthDayNanoGidBuilder builder() static nothrowGet builder for [arrow.month_day_nano.MonthDayNano] 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 month() @property nothrowGet `month` property. Returns: The month part value.
void month(int propval) @property nothrowSet `month` property. Params: propval = The month part value.
long nanosecond() @property nothrowGet `nanosecond` property. Returns: The nanosecond part value.
void nanosecond(long propval) @property nothrowSet `nanosecond` property. Params: propval = The nanosecond part value.
bool equal(arrow.month_day_nano.MonthDayNano otherMonthNanoDay) nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(int month, int day, long nanosecond)

Fluent builder implementation template for arrow.month_day_nano.MonthDayNano

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