public class ParseISODateTimeResult extends JSTemporalDateTimeRecord
| Constructor and Description |
|---|
ParseISODateTimeResult(int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond,
int microsecond,
int nanosecond,
com.oracle.truffle.api.strings.TruffleString calendar,
JSTemporalTimeZoneRecord timeZoneResult) |
| Modifier and Type | Method and Description |
|---|---|
JSTemporalTimeZoneRecord |
getTimeZoneResult() |
ParseISODateTimeResult |
withTimeZoneResult(JSTemporalTimeZoneRecord newTimeZoneResult) |
create, createCalendar, getCalendar, getDay, getHour, getMicrosecond, getMillisecond, getMinute, getMonth, getNanosecond, getSecond, getYear, hasCalendarpublic ParseISODateTimeResult(int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond,
int microsecond,
int nanosecond,
com.oracle.truffle.api.strings.TruffleString calendar,
JSTemporalTimeZoneRecord timeZoneResult)
public JSTemporalTimeZoneRecord getTimeZoneResult()
public ParseISODateTimeResult withTimeZoneResult(JSTemporalTimeZoneRecord newTimeZoneResult)