Millisecond Function

  • Updated

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.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.