Skip to content

temporal-utils

Set

  • withWeekOfYear
  • withDayOfWeek
  • withDayOfYear

Round

  • roundToYear
  • roundToMonth
  • roundToWeek

Start of Unit

  • startOfYear
  • startOfMonth
  • startOfWeek
  • startOfDay -- for all except ZonedDateTime
  • startOfHour
  • startOfMinute
  • startOfSecond
  • startOfMillisecond
  • startOfMicrosecond

End of Unit

  • endOfYearExcl, endOfYearIncl
  • endOfMonthExcl, endOfMonthIncl
  • endOfWeekExcl, endOfWeekIncl
  • endOfDayExcl, endOfDayIncl
  • endOfHourExcl, endOfHourIncl
  • endOfMinuteExcl, endOfMinuteIncl
  • endOfSecondExcl, endOfSecondIncl
  • endOfMillisecondExcl, endOfMillisecondIncl
  • endOfMicrosecondExcl, endOfMicrosecondIncl

Diff Unit

  • diffYears
  • diffMonths
  • diffWeeks
  • diffDays
  • diffHours
  • diffMinutes
  • diffSeconds
  • diffMilliseconds
  • diffMicroseconds
  • diffNanoseconds