Exemplo n.º 1
0
 public OffsetDateTime WithCalendar([NotNull] CalendarSystem calendarSystem)
 {
     return(new OffsetDateTime(localDateTime.WithCalendar(calendarSystem), offset));
 }
Exemplo n.º 2
0
 public LocalDate WithCalendar([NotNull] CalendarSystem calendarSystem)
 {
     return(new LocalDate(localTime.WithCalendar(calendarSystem)));
 }