Module icu::datetime::fieldset

source ·
Expand description

All available field sets for datetime formatting.

Modules§

  • Enumerations over field sets.

Structs§

  • Struct for combining date/time fields with zone fields.
  • “17” ⇒ day of month (standalone)
  • “17 Friday” ⇒ day of month and weekday
  • “17 Friday” ⇒ day of month and weekday
  • “17” ⇒ day of month (standalone)
  • “Friday” ⇒ weekday (standalone)
  • “Friday” ⇒ weekday (standalone)
  • “Chicago Time” ⇒ time zone in location format
  • “May” ⇒ month (standalone)
  • “May 17” ⇒ month and day
  • “Fri, May 17” ⇒ month, day, and weekday
  • “Fri, May 17” ⇒ month, day, and weekday
  • “May 17” ⇒ month and day
  • “GMT-5” ⇒ UTC offset
  • “3:47:50 PM” ⇒ time (locale-dependent hour cycle)
  • “Central Time” ⇒ time zone in generic non-location format
  • “CT” ⇒ time zone in generic non-location format (only short)
  • “2024” ⇒ year (standalone)
  • “May 2024” ⇒ year and month
  • “5/17/24” ⇒ year, month, and day
  • “Fri, 5/17/24” ⇒ year, month, day, and weekday
  • “Fri, 5/17/24” ⇒ year, month, day, and weekday
  • “5/17/24” ⇒ year, month, and day
  • “Central Daylight Time” ⇒ time zone in specific non-location format
  • “CDT” ⇒ time zone in specific non-location format (only short)

Type Aliases§

  • “17 May 2024, 15:47:50 GMT+1” ⇒ locale-dependent date and time fields with a time zone
  • “17 May 2024, 15:47:50 GMT” ⇒ locale-dependent date and time fields with a time zone
  • “17 May 2024, 15:47:50 BST” ⇒ locale-dependent date and time fields with a time zone