A class that represents a date and time.
Returns the milliseconds after 1/1/1970 00:00:00 of the date specified by the parameters. This date is interpreted to be in UTC.
Returns the milliseconds after 1/1/1970 00:00:00 of the date specified by the parameters. This date is interpreted to be in UTC.
Returns the day of the month of date in local time, where the first day of the month is a 1.
Returns the day of the month of date in local time, where the first day of the month is a 1.
Returns the day of the week of date in local time where 0 corresponds to Sunday and 6 corresponds to Saturday.
Returns the day of the week of date in local time where 0 corresponds to Sunday and 6 corresponds to Saturday.
Returns the year of the date in local time in four-digit notation.
Returns the year of the date in local time in four-digit notation.
Returns the hour of day of date in local time where 0 corresponds to midnight and 23 corresponds to 11 p.m.
Returns the hour of day of date in local time where 0 corresponds to midnight and 23 corresponds to 11 p.m.
Returns the milliseconds field of the date in local time.
Returns the milliseconds field of the date in local time.
Returns the minutes of the hour of the date in local time.
Returns the minutes of the hour of the date in local time.
Returns the month of the year of date in local time. 0 means January, 11 December.
Returns the month of the year of date in local time. 0 means January, 11 December.
Returns the seconds field of the date in local time.
Returns the seconds field of the date in local time.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the date.
Returns the number of minutes between GMT and the local time.
Returns the number of minutes between GMT and the local time.
Returns the day of the month of date in UTC where the first day of the month is given by 1.
Returns the day of the month of date in UTC where the first day of the month is given by 1.
Returns the day of the week of date in UTC where 0 corresponds to Sunday and 6 corresponds to Saturday.
Returns the day of the week of date in UTC where 0 corresponds to Sunday and 6 corresponds to Saturday.
Returns the year of the date in UTC in four-digit notation.
Returns the year of the date in UTC in four-digit notation.
Returns the hour of day of date in UTC where 0 corresponds to midnight and 23 corresponds to 11 p.m.
Returns the hour of day of date in UTC where 0 corresponds to midnight and 23 corresponds to 11 p.m.
Returns the milliseconds of the seconds of the date in UTC.
Returns the milliseconds of the seconds of the date in UTC.
Returns the minutes of the hour of the date in UTC.
Returns the minutes of the hour of the date in UTC.
Returns the month of the year of date in UTC where 0 corresponds to January and 11 corresponds to December.
Returns the month of the year of date in UTC where 0 corresponds to January and 11 corresponds to December.
Returns the seconds of the minute of the date in UTC.
Returns the seconds of the minute of the date in UTC.
Returns the year of the date in local time in two-digit notation.
Returns the year of the date in local time in two-digit notation, relative to 1900.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the date described by text.
Parses the date described by text and returns the number of milliseconds between 1/1/1970 00:00:00 and that date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new day of the date and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new year of the date using a four-digit format and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new hour of the date and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new millisecond of the date and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new minute of the date and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new month of the date and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new second of the date and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the new number of milliseconds of the date.
Sets the new number of milliseconds between 1/1/1970 00:00:00 and the date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new day of the date in UTC and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new year of the date using a four-digit format in UTC and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new hour of the date in UTC and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new millisecond of the date in UTC and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new minutes of the date in UTC and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new month of the date in UTC and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new second of the date in UTC and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Sets the new year of the date using a two-digit format and returns the number of milliseconds between 1/1/1970 00:00:00 and the new date.
Returns a string representing the date part of the date in local time.
Returns a string representing the date part of the date in local time.
Returns a string representing date in GMT.
Returns a string representing date in GMT.
Returns a string representing the date part of the date in local time in the local format.
Returns a string representing the date part of the date in local time in the local format.
Returns a string representing the date in local time.
Returns a string representing the date in local time.
Returns a string representing the time part of the date in local time.
Returns a string representing the time part of the date in local time.
Returns a string representing the date in UTC.
Returns a string representing the date in UTC.