init
Construct an Instant from epoch nanoseconds (Temporal.Instant.fromEpochNanoseconds).
Parameters
- epoch_ns:i128
- i128
Source
Implementation
pub fn init(epoch_ns: i128) !Instant {
return fromEpochNanoseconds(epoch_ns);
}Construct an Instant from epoch nanoseconds (Temporal.Instant.fromEpochNanoseconds).
Source
pub fn init(epoch_ns: i128) !Instant {
return fromEpochNanoseconds(epoch_ns);
}