arrow.day_millisecond
Module for [DayMillisecond] class
Types 3
Methods
DayMillisecond self()Returns `this`, for use in `with` statements.DayMillisecondGidBuilder builder()Get builder for [arrow.day_millisecond.DayMillisecond] Returns: New builder objectvoid millisecond(int propval) @propertySet `millisecond` property. Params: propval = The millisecond part value.bool equal(arrow.day_millisecond.DayMillisecond otherDayMillisecond)bool lessThan(arrow.day_millisecond.DayMillisecond otherDayMillisecond)Methods
T day(int propval)Set `day` property. Params: propval = The day part value. Returns: Builder instance for fluent chainingT millisecond(int propval)Set `millisecond` property. Params: propval = The millisecond part value. Returns: Builder instance for fluent chainingFluent builder for [arrow.day_millisecond.DayMillisecond]
Methods