Gets the milliseconds component of current date/time.

Syntax

Smartsite SXML CopyCode image Copy Code
integer datetime.getmilliseconds()
integer datetime.getmilliseconds(datetime dt)

Parameters

Name Data Type Description
dt DateTime A DateTime.

Return Value

Data Type Description
Integer The milliseconds component of current date/time.

Expand image Example

SXML