TemporalZ

valueOf

Not supported. Throws ComparisonNotSupported error.

Parameters

#
self:PlainDateTime
PlainDateTime

Source

Implementation

#
pub fn valueOf(self: PlainDateTime) !void {
    _ = self;
    return error.ComparisonNotSupported;
}