Search
DateTime.getMillisecond Method
See Also
 






Gets the millisecond component of the date (0-999).

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public int getMillisecond ()

 Return Value

The millisecond component, expressed as a value between 0 and 59.

 See Also