Date | ----- |
The Date function returns a date value based on three numeric arguments.
|
Time | ----- |
The Time function returns a time value based on three numeric arguments
|
Day | ----- |
The Day function returns the day(1-31) of the month given a date value or a serial day number.
|
Month | ----- |
The Month function returns the month(1-12) of the year given a date value or a serial day number.
|
Year | ----- |
The Year function returns the year given a date value or a serial day number.
|
Hour | ----- |
The Hour function determines the sequential number of the hour of the day(0-23) for the time value or the fraction of a day.
|
Minute | ----- |
The Minute function determines the sequential number of the minute of the hour (0-59) for the time value or the fraction of a day.
|
Second | ----- |
The Second function determines the sequential number of the second of the minute (0-59) for the time value or the fraction of a day.
|