Search
DateTime.getDayOfWeek Method
See Also
 






Gets the day of the week represented by this instance.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public DayOfWeek getDayOfWeek ()

 Return Value

One of the DayOfWeek constants.

 See Also