Time.getDayOfYear

Overview | Methods | Fields | This Package | All Packages

Time.getDayOfYear

Retrieves the day of the year that this Time object represents.

Syntax

public int getDayOfYear()

Return Value

Returns an integer value that represents the day of the year that this Time object represents.

Remarks

The number returned by the getDayOfYear method is always between 1 and 366.

See Also   getDayOfWeek, getDay