Converts a Date object to a string.
Converts a Date object to a string.
Converts a Date object to a number.
Converts a Date object to a string or number.
The strings "number", "string", or "default" to specify what primitive to return.
A number if 'hint' was "number", a string if 'hint' was "string" or "default".
Implementation of the dom.Value interface method equals()
Gets the day-of-the-month, using local time.
Gets the day of the week, using local time.
Gets the year, using local time.
Gets the hours in a date, using local time.
Gets the milliseconds of a Date, using local time.
Gets the minutes of a Date object, using local time.
Gets the month, using local time.
Gets the seconds of a Date object, using local time.
Gets the time value in milliseconds.
Gets the difference in minutes between the time on the local computer and Universal Coordinated Time (UTC).
Gets the day-of-the-month, using Universal Coordinated Time (UTC).
Gets the day of the week using Universal Coordinated Time (UTC).
Gets the year using Universal Coordinated Time (UTC).
Gets the hours value in a Date object using Universal Coordinated Time (UTC).
Gets the milliseconds of a Date object using Universal Coordinated Time (UTC).
Gets the minutes of a Date object using Universal Coordinated Time (UTC).
Gets the month of a Date object using Universal Coordinated Time (UTC).
Gets the seconds of a Date object using Universal Coordinated Time (UTC).
Implementation of the dom.Value interface method ionEquals()
Sets the numeric day-of-the-month value of the Date object using local time.
A numeric value equal to the day of the month.
Sets the year of the Date object using local time.
A numeric value for the year.
A zero-based numeric value for the month (0 for January, 11 for December). Must be specified if numDate is specified.
A numeric value equal for the day of the month.
Sets the hour value in the Date object using local time.
A numeric value equal to the hours value.
A numeric value equal to the minutes value.
A numeric value equal to the seconds value.
A numeric value equal to the milliseconds value.
Sets the milliseconds value in the Date object using local time.
A numeric value equal to the millisecond value.
Sets the minutes value in the Date object using local time.
A numeric value equal to the minutes value.
A numeric value equal to the seconds value.
A numeric value equal to the milliseconds value.
Sets the month value in the Date object using local time.
A numeric value equal to the month. The value for January is 0, and other month values follow consecutively.
A numeric value representing the day of the month. If this value is not supplied, the value from a call to the getDate method is used.
Sets the seconds value in the Date object using local time.
A numeric value equal to the seconds value.
A numeric value equal to the milliseconds value.
Sets the date and time value in the Date object.
A numeric value representing the number of elapsed milliseconds since midnight, January 1, 1970 GMT.
Sets the numeric day of the month in the Date object using Universal Coordinated Time (UTC).
A numeric value equal to the day of the month.
Sets the year value in the Date object using Universal Coordinated Time (UTC).
A numeric value equal to the year.
A numeric value equal to the month. The value for January is 0, and other month values follow consecutively. Must be supplied if numDate is supplied.
A numeric value equal to the day of the month.
Sets the hours value in the Date object using Universal Coordinated Time (UTC).
A numeric value equal to the hours value.
A numeric value equal to the minutes value.
A numeric value equal to the seconds value.
A numeric value equal to the milliseconds value.
Sets the milliseconds value in the Date object using Universal Coordinated Time (UTC).
A numeric value equal to the millisecond value.
Sets the minutes value in the Date object using Universal Coordinated Time (UTC).
A numeric value equal to the minutes value.
A numeric value equal to the seconds value.
A numeric value equal to the milliseconds value.
Sets the month value in the Date object using Universal Coordinated Time (UTC).
A numeric value equal to the month. The value for January is 0, and other month values follow consecutively.
A numeric value representing the day of the month. If it is not supplied, the value from a call to the getUTCDate method is used.
Sets the seconds value in the Date object using Universal Coordinated Time (UTC).
A numeric value equal to the seconds value.
A numeric value equal to the milliseconds value.
Returns a date as a string value.
Returns a date as a string value in ISO format.
Used by the JSON.stringify method to enable the transformation of an object's data for JavaScript Object Notation (JSON) serialization.
Returns a date as a string value appropriate to the host environment's current locale.
Converts a date to a string by using the current or specified locale.
A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
An object that contains one or more properties that specify comparison options.
Returns a date converted to a string using the current locale.
Returns a value as a string value appropriate to the host environment's current locale.
Returns a time as a string value appropriate to the host environment's current locale.
Converts a time to a string by using the current or specified locale.
A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
An object that contains one or more properties that specify comparison options.
Returns a string representation of an object.
Returns a time as a string value.
Returns a date converted to a string using Universal Coordinated Time (UTC).
Returns the primitive value of the specified object.
Returns the stored time value in milliseconds since midnight, January 1, 1970 UTC.
Returns the number of milliseconds between midnight, January 1, 1970 Universal Coordinated Time (UTC) (or GMT) and the specified date.
The full year designation is required for cross-century date accuracy. If year is between 0 and 99 is used, then year is assumed to be 1900 + year.
The month as a number between 0 and 11 (January to December).
The date as a number between 1 and 31.
Must be supplied if minutes is supplied. A number from 0 to 23 (midnight to 11pm) that specifies the hour.
Must be supplied if seconds is supplied. A number from 0 to 59 that specifies the minutes.
Must be supplied if milliseconds is supplied. A number from 0 to 59 that specifies the seconds.
A number from 0 to 999 that specifies the milliseconds.
Parses a string containing a date, and returns the number of milliseconds between that date and midnight, January 1, 1970.
A date string
Represents a timestamp[1] value in an Ion stream.
[1] https://amazon-ion.github.io/ion-docs/docs/spec.html#timestamp