Perform date parsing and math operations.
Date Function |
Description |
The AddDays function adds a specified number of days to a DateTime value. |
|
The AddHours function adds a specified number of hours to a DateTime value. |
|
The AddMilliseconds function adds a specified number of milliseconds to a DateTime value. |
|
The AddMinutes function adds a specified number of minutes to a DateTime value. |
|
The AddMonths function adds a specified number of months to a DateTime value. |
|
The AddSeconds function adds a specified number of seconds to a DateTime value. |
|
The AddWeekdays function adds a specified number of weekdays to a DateTime value. |
|
The AddYears function adds a specified number of years to a DateTime value. |
|
The BuildDate function returns a date from a specified year, month, and day. |
|
Returns the day of the month for a given Date or DateTime. |
|
The DayDiff function returns the number of days between two Date values. |
|
Returns the day of the week with 0 = Sunday and 6 = Saturday. |
|
Returns the day of the year, 1 = 1/1 and 365(366) = 12/31. |
|
The DaysInMonth function returns the number of days in the month. |
|
Returns the number of days in the year. |
|
Returns a datetime value having Local kind. |
|
Returns a datetime value having an Unspecified kind. |
|
Returns a datetime value having UTC kind. |
|
The Hour function returns the hour of the day for a given DateTime (0 to 23). |
|
The HourDiff function returns the number of hours between two DateTime values. |
|
The IsDate function determines if an expression is a valid Date (or a DateTime with a zero time offset). |
|
The IsDateTime function determines if an expression is a valid DateTime. |
|
The IsLeapYear function returns true if the year is a leap year. |
|
Returns true if the expression is a valid Local kind datetime. |
|
Returns true if the expression is a valid unspecified kind datetime. |
|
Returns true if the expression is a valid UTC kind datetime. |
|
The IsWeekday function returns true if a given DateTime is not a Saturday or Sunday. |
|
Returns true if the given date is a Saturday or Sunday. |
|
The Millisecond function returns the milliseconds for a given DateTime (0 to 999). |
|
The MillisecondDiff function returns the number of milliseconds between two DateTime values. |
|
The Minute function returns the minute of the hour for a given DateTime (0 to 59). |
|
The MinuteDiff function returns the number of minutes between two DateTime values. |
|
Returns the month for a given Date or DateTime. |
|
The MonthDiff function returns the number of months between two Date values. |
|
The Now function returns the current date and time in the local time zone, as of the start of rule processing. |
|
The Second function returns the seconds for a given DateTime (0 to 59). |
|
The SecondDiff function returns the number of seconds between two DateTime values. |
|
The ToDate function converts an expression to a Date value. |
|
The ToDateTime function converts an expression to a DateTime value. |
|
Returns the current date as of the start of rule processing. |
|
The ToTime function returns a time based on source parameters. The date portion is 1/2/0001. |
|
The WeekdayDiff function returns the number of weekdays between two Date values. |
|
Returns the year for a given Date or DateTime. |
|
The YearDiff function returns the number of years between two Date values. |
Comments
0 comments
Please sign in to leave a comment.