asDateTimeOrNull
Extracts the wrapped kotlin.time.Instant from value, or null when value is not a KbTransformable.DateTime.
Return
the inner kotlin.time.Instant, or null.
Parameters
value
the value to unwrap; may be null.