ITemporal ITemporal.with(ITemporalField field, long newValue) { return(TemporalHelper.with(this, field, newValue)); }
ITemporal ITemporal.with(ITemporalAdjuster adjuster) { return(TemporalHelper.with(this, adjuster)); }