valueOf
Throws an error; valueOf() is not supported for PlainMonthDay.
Parameters
- self:PlainMonthDay
- PlainMonthDay
Source
Implementation
pub fn valueOf(self: PlainMonthDay) !void {
_ = self;
return error.ValueError;
}Throws an error; valueOf() is not supported for PlainMonthDay.
Source
pub fn valueOf(self: PlainMonthDay) !void {
_ = self;
return error.ValueError;
}