Search
DateTime.getDay Method
See Also
 






Gets the day of month component of the date (1-31).

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

 Syntax

Java  Copy Code

public int getDay ()

 Return Value

The day component, expressed as a value between 1 and 31.

 See Also