Name | Description | |
---|---|---|
![]() ![]() | DateAdd | Overloaded. Returns a Date value containing a date and time value to which a specified time interval has been added. |
![]() ![]() | DateDiff | Overloaded. Returns a Long value specifying the number of time intervals between two Date values. |
![]() ![]() | DatePart | Overloaded. Returns an Integer value containing the specified component of a given Date value. |
![]() ![]() | DateSerial | Returns a Date value representing a specified year, month, and day, with the time information set to midnight (00:00:00). |
![]() ![]() | DateValue | Returns a Date value containing the date information represented by a string, with the time information set to midnight (00:00:00). |
![]() ![]() | Day | Returns an Integer value from 1 through 31 representing the day of the month. |
![]() ![]() | Hour | Returns an Integer value from 0 through 23 representing the hour of the day. |
![]() ![]() | Minute | Returns an Integer value from 0 through 59 representing the minute of the hour. |
![]() ![]() | Month | Returns an Integer value from 1 through 12 representing the month of the year. |
![]() ![]() | MonthName | Returns a String value containing the name of the specified month. |
![]() ![]() | Second | Returns an Integer value from 0 through 59 representing the second of the minute. |
![]() ![]() | TimeSerial | Returns a Date value representing a specified hour, minute, and second, with the date information set relative to January 1 of the year 1. |
![]() ![]() | TimeValue | Returns a Date value containing the time information represented by a string, with the date information set to January 1 of the year 1. |
![]() ![]() | Weekday | Returns an Integer value containing a number representing the day of the week. |
![]() ![]() | WeekdayName | Returns a String value containing the name of the specified weekday. |
![]() ![]() | Year | Returns an Integer value from 1 through 9999 representing the year. |