The Millisecond function returns the milliseconds for a given DateTime (0 to 999).
Syntax 1
|
The Millisecond function returns the milliseconds for a given DateTime (0 to 999). |
|
Millisecond() |
Syntax 2
|
The Millisecond function returns the milliseconds for a given DateTime (0 to 999). |
|
Millisecond(dateTime) |
|
Arguments: |
|
|
dateTime |
DateTime - A date-time. |
Remarks
- If a Date (not a DateTime) is passed, the function returns 0.
- Example: Millisecond("2005-1-28T22:10:45.227") returns 227.
Comments
0 comments
Article is closed for comments.