CultureInfo.getWeekNumber

Syntax

getWeekNumber(date: Date);

Parameters

date. Date.

Description

The getWeekNumber method returns number of the week that includes the specified date.

Comments

This method returns a Number type value.

Example

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

See also:

CultureInfo