Ejemplo n.º 1
0
 ITemporal ITemporal.with(ITemporalField field, long newValue)
 {
     return(TemporalHelper.with(this, field, newValue));
 }
Ejemplo n.º 2
0
 ITemporal ITemporal.with(ITemporalAdjuster adjuster)
 {
     return(TemporalHelper.with(this, adjuster));
 }