arrow.day_millisecond
Module for [DayMillisecond] class
Types 3
Methods
DayMillisecondGidBuilder builder() static nothrowGet builder for [arrow.day_millisecond.DayMillisecond] Returns: New builder objectvoid millisecond(int propval) @property nothrowSet `millisecond` property. Params: propval = The millisecond part value.bool equal(arrow.day_millisecond.DayMillisecond otherDayMillisecond) nothrowbool lessThan(arrow.day_millisecond.DayMillisecond otherDayMillisecond) nothrowFluent 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 chainingT millisecond(int propval) nothrowSet `millisecond` property. Params: propval = The millisecond part value. Returns: Builder instance for fluent chainingFluent builder for arrow.day_millisecond.DayMillisecond
Methods