Search
DateTime.getMinute Method
See Also
 






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

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

 Syntax

Java  Copy Code

public int getMinute ()

 Return Value

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

 See Also