Class ParseISODateTimeResult
java.lang.Object
com.oracle.truffle.js.runtime.builtins.temporal.JSTemporalDateTimeRecord
com.oracle.truffle.js.runtime.builtins.temporal.ParseISODateTimeResult
-
Constructor Summary
ConstructorsConstructorDescriptionParseISODateTimeResult(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) -
Method Summary
Methods inherited from class com.oracle.truffle.js.runtime.builtins.temporal.JSTemporalDateTimeRecord
create, createCalendar, getCalendar, getDay, getHour, getMicrosecond, getMillisecond, getMinute, getMonth, getNanosecond, getSecond, getYear, hasCalendar
-
Constructor Details
-
ParseISODateTimeResult
public 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)
-
-
Method Details
-
getTimeZoneResult
-
withTimeZoneResult
-