[]
Gets a new Date that adds the specified number of days to a given Date.
Original date.
Number of days to add to the given date.
Gets a new Date that adds the specified number of hours to a given Date.
Original date.
Number of hours to add to the given date.
Gets a new Date that adds the specified number of minutes to a given Date.
Original date.
Number of minutes to add to the given date.
Gets a new Date that adds the specified number of months to a given Date.
Original date.
Number of months to add to the given date.
Gets a new Date that adds the specified number of seconds to a given Date.
Original date.
Number of seconds to add to the given date.
Gets a new Date that adds the specified number of years to a given Date.
Original date.
Number of years to add to the given date.
Creates a copy of a given Date object.
Date object to copy.
Returns true if two Date objects refer to the same date and time (or if both are null).
First date.
Second date.
Gets a Date object with the date and time set on two Date objects.
Date object that contains the date (day/month/year).
Date object that contains the time (hour:minute:second.millisecond).
Converts a fiscal year date to a calendar date using the current culture.
Fiscal year date.
Whether to use the government or corporate fiscal year.
Gets the first day of the month for a given Date.
Original date.
Gets the last day of the month for a given Date.
Original date.
Gets a new Date object instance.
Integer value representing the year, defaults to current year.
Integer value representing the month (0-11), defaults to current month.
Integer value representing the day (1-31), defaults to current day.
Integer value representing the hour, defaults to zero.
Integer value representing the minute, defaults to zero.
Integer value representing the second, defaults to zero.
Integer value representing the millisecond, defaults to zero.
Returns true if two Date objects refer to the same date (ignoring time).
First date.
Second date.
Returns true if two Date objects refer to the same time (ignoring date).
First date.
Second date.
Converts a calendar date to a fiscal date using the current culture.
Calendar date.
Whether to use the government or corporate fiscal year.
Gets the first day of the week for a given Date.
Original date.
First day of week (0 for Sunday, 1 for Monday, etc). Defaults to first day of week for the current culture.
Gets the last day of the week for a given Date.
Original date.
First day of week (0 for Sunday, 1 for Monday, etc). Defaults to first day of week for the current culture.
Gets the first day of the year for a given Date.
Original date.
Gets the last day of the year for a given Date.
Original date.
Provides date and time utilities.