Search
DateTimeInfo.getWeekOfYear Method
See Also
 






Gets the week of the year for the specified date.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public int getWeekOfYear (
    DateTime date
)

 Parameters

date

The DateTime object to test.

 Return Value

The week number of the specified date.

 See Also