Returns the 1-indexed day in the month for this date
See the Rust documentation for day_of_month
for more information.
Returns the day in the week for this day
See the Rust documentation for day_of_week
for more information.
Returns the 1-indexed day in the year for this date
See the Rust documentation for day_of_year_info
for more information.
Returns the number of days in the month represented by this date
See the Rust documentation for days_in_month
for more information.
Returns the number of days in the year represented by this date
See the Rust documentation for days_in_year
for more information.
Returns if the year is a leap year for this date
See the Rust documentation for is_in_leap_year
for more information.
Returns 1-indexed number of the month of this date in its year
See the Rust documentation for month
for more information.
Returns the number of months in the year represented by this date
See the Rust documentation for months_in_year
for more information.
See the Rust documentation for to_any
for more information.
Convert this date to one in a different calendar
See the Rust documentation for to_calendar
for more information.
Returns the week number in this month, 1-indexed, based on what is considered the first day of the week (often a locale preference).
first_weekday
can be obtained via first_weekday()
on ICU4XWeekCalculator
See the Rust documentation for week_of_month
for more information.
Returns the week number in this year, using week data
See the Rust documentation for week_of_year
for more information.
Returns the year number for this date
See the Rust documentation for year
for more information.
Static
createCreates a new ICU4XIsoDate
from the specified date and time.
See the Rust documentation for try_new_iso_date
for more information.
Static
create_Creates a new ICU4XIsoDate
representing January 1, 1970.
See the Rust documentation for unix_epoch
for more information.
An ICU4X Date object capable of containing a ISO-8601 date
See the Rust documentation for
Date
for more information.