Search
DateTime.getSecond Method
See Also
 






Gets the second component of the date (0-59).

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

 Syntax

Java  Copy Code

public int getSecond ()

 Return Value

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

 See Also