๐๏ธ Date.AddDays
Adds the specified days to the date.
๐๏ธ Date.AddMonths
Adds the specified months to the date.
๐๏ธ Date.AddQuarters
Adds the specified quarters to the date.
๐๏ธ Date.AddWeeks
Adds the specified weeks to the date.
๐๏ธ Date.AddYears
Adds the specified years to the date.
๐๏ธ Date.Day
Returns the day component.
๐๏ธ Date.DayOfWeek
Returns a number (from 0 to 6) indicating the day of the week of the provided value.
๐๏ธ Date.DayOfWeekName
Returns the day of the week name.
๐๏ธ Date.DayOfYear
Returns a number from 1 to 366 representing the day of the year.
๐๏ธ Date.DaysInMonth
Returns a number from 28 to 31 indicating the number of days in the month.
๐๏ธ Date.EndOfDay
Returns the end of the day.
๐๏ธ Date.EndOfMonth
Returns the end of the month.
๐๏ธ Date.EndOfQuarter
Returns the end of the quarter.
๐๏ธ Date.EndOfWeek
Returns the end of the week.
๐๏ธ Date.EndOfYear
Returns the end of the year.
๐๏ธ Date.From
Creates a date from the given value.
๐๏ธ Date.FromText
Creates a Date from local, universal, and custom Date formats.
๐๏ธ Date.IsInCurrentDay
Indicates whether this date occurs during the current day, as determined by the current date and time on the system.
๐๏ธ Date.IsInCurrentMonth
Indicates whether this date occurs during the current month, as determined by the current date and time on the system.
๐๏ธ Date.IsInCurrentQuarter
Indicates whether this date occurs during the current quarter, as determined by the current date and time on the system.
๐๏ธ Date.IsInCurrentWeek
Indicates whether this date occurs during the current week, as determined by the current date and time on the system.
๐๏ธ Date.IsInCurrentYear
Indicates whether this date occurs during the current year, as determined by the current date and time on the system.
๐๏ธ Date.IsInNextDay
Indicates whether this date occurs during the next day, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current day.
๐๏ธ Date.IsInNextMonth
Indicates whether this date occurs during the next month, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current month.
๐๏ธ Date.IsInNextNDays
Indicates whether this date occurs during the next number of days, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current day.
๐๏ธ Date.IsInNextNMonths
Indicates whether this date occurs during the next number of months, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current month.
๐๏ธ Date.IsInNextNQuarters
Indicates whether this date occurs during the next number of quarters, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current quarter.
๐๏ธ Date.IsInNextNWeeks
Indicates whether this date occurs during the next number of weeks, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current week.
๐๏ธ Date.IsInNextNYears
Indicates whether this date occurs during the next number of years, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current year.
๐๏ธ Date.IsInNextQuarter
Indicates whether this date occurs during the next quarter, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current quarter.
๐๏ธ Date.IsInNextWeek
Indicates whether this date occurs during the next week, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current week.
๐๏ธ Date.IsInNextYear
Indicates whether this date occurs during the next year, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current year.
๐๏ธ Date.IsInPreviousDay
Indicates whether this date occurs during the previous day, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current day.
๐๏ธ Date.IsInPreviousMonth
Indicates whether this date occurs during the previous month, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current month.
๐๏ธ Date.IsInPreviousNDays
Indicates whether this date occurs during the previous number of days, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current day.
๐๏ธ Date.IsInPreviousNMonths
Indicates whether this date occurs during the previous number of months, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current month.
๐๏ธ Date.IsInPreviousNQuarters
Indicates whether this date occurs during the previous number of quarters, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current quarter.
๐๏ธ Date.IsInPreviousNWeeks
Indicates whether this date occurs during the previous number of weeks, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current week.
๐๏ธ Date.IsInPreviousNYears
Indicates whether this date occurs during the previous number of years, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current year.
๐๏ธ Date.IsInPreviousQuarter
Indicates whether this date occurs during the previous quarter, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current quarter.
๐๏ธ Date.IsInPreviousWeek
Indicates whether this date occurs during the previous week, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current week.
๐๏ธ Date.IsInPreviousYear
Indicates whether this date occurs during the previous year, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current year.
๐๏ธ Date.IsInYearToDate
Indicates whether this date occurs during the current year and is on or before the current day, as determined by the current date and time on the system.
๐๏ธ Date.IsLeapYear
Indicates whether this date falls in a leap year.
๐๏ธ Date.Month
Returns the month component.
๐๏ธ Date.MonthName
Returns the name of the month component.
๐๏ธ Date.QuarterOfYear
Returns a number indicating which quarter of the year the date falls in.
๐๏ธ Date.StartOfDay
Returns the start of the day.
๐๏ธ Date.StartOfMonth
Returns the start of the month.
๐๏ธ Date.StartOfQuarter
Returns the start of the quarter.
๐๏ธ Date.StartOfWeek
Returns the start of the week.
๐๏ธ Date.StartOfYear
Returns the start of the year.
๐๏ธ Date.ToRecord
Returns a record containing parts of the date value.
๐๏ธ Date.ToText
Returns a textual representation of the date value.
๐๏ธ Date.WeekOfMonth
Returns a number from 1 to 6 indicating which week of the month this date falls in.
๐๏ธ Date.WeekOfYear
Returns a number from 1 to 54 indicating which week of the year this date falls in.
๐๏ธ Date.Year
Returns the year component.