rosetta/internal/erl/stdlib/r_calendar_helper_types

Types

pub type Rcf3339ToSystem {
  Unit(unit: TimeUnit)
}

Constructors

  • Unit(unit: TimeUnit)
pub type TimeUnit {
  Microsecond
  Millisecond
  Nanosecond
  Second
  Native
}

Constructors

  • Microsecond
  • Millisecond
  • Nanosecond
  • Second
  • Native
Search Document