Date Functions
Functions for creating, manipulating, and extracting parts of date values.
- Date.AddDaysAdds a specified number of days to a date value.
- Date.AddMonthsAdds a specified number of months to a date value.
- Date.AddYearsAdds a specified number of years to a date value.
- Date.DayReturns the day of the month from a date value.
- Date.DayOfWeekReturns the day of the week for a given date.
- Date.EndOfMonthReturns the last day of the month for a given date.
- Date.EndOfYearReturns the last day of the year for a given date.
- Date.FromConverts a value to a date.
- Date.MonthReturns the month from a date value.
- Date.StartOfMonthReturns the first day of the month for a given date.
- Date.StartOfYearReturns the first day of the year for a given date.
- Date.YearReturns the year from a date value.