Search
DateTime.getMonth Method
See Also
 






Gets the month component of the date (1-12).

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

 Syntax

Java  Copy Code

public int getMonth ()

 Return Value

The month component, expressed as a value between 1 and 12.

 See Also