pub type NSTDTime = NSTDUnixTime;Available on crate feature
time only.Expand description
A structure representing system time since January 1st 1970.
Aliased Type§
pub struct NSTDTime { /* private fields */ }Trait Implementations§
Source§impl From<SystemTime> for NSTDTime
impl From<SystemTime> for NSTDTime
Source§fn from(value: SystemTime) -> Self
fn from(value: SystemTime) -> Self
Converts a SystemTime into an NSTDTime object.