Functions - Date Functions


Date functions provide date processing capabilities

Function Description
Year Returns an Integer giving the year for a specified date.
Month Returns an Integer giving the month for a specified date.
Day Returns an Integer giving the day for a specified date.
Hour Returns an Integer giving the hour for a specified date.
Minute Returns an Integer giving the minute for a specified date.
Second Returns an Integer giving the second for a specified date.
DayOfWeek Returns an Integer giving the weekday for a specified date.
DayOfYear Returns an Integer giving the day of the year for a specified date.
TimeSpan Returns an Integer giving the difference between two dates