valueOf
Not supported. Throws ComparisonNotSupported error.
Parameters
- self:PlainDateTime
- PlainDateTime
Source
Implementation
pub fn valueOf(self: PlainDateTime) !void {
_ = self;
return error.ComparisonNotSupported;
}Not supported. Throws ComparisonNotSupported error.
Source
pub fn valueOf(self: PlainDateTime) !void {
_ = self;
return error.ComparisonNotSupported;
}