pub type DynGetDateTimeFn = unsafe fn(value: PtrConst) -> Option<(i32, u8, u8, u8, u8, u8, u32, DynDateTimeKind)>;Expand description
Get datetime components from a datetime value.
Returns (year, month, day, hour, minute, second, nanos, kind) if the value is a datetime.
ยงSafety
value must point to an initialized dynamic value.