CultureInfo.getLastWeekDate

Syntax

getLastWeekDate(weekNo: Number, fullyear: Number);

Parameters

weekNo. Week number in the year.

fullyear. Year.

Description

The getLastWeekDate method returns date of the last day in the week with the specified number in selected year.

Comments

This method returns a Date value.

Example

The example of use is given in the with description of the CultureInfo.dateToStr method.

See also:

CultureInfo