Calculates week number for the specified date according to ISO 8601.
Namespace: DayPilot.UtilsAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public static int WeekNrISO8601( DateTime date ) |
Visual Basic |
---|
Public Shared Function WeekNrISO8601 ( _ date As DateTime _ ) As Integer |
Visual C++ |
---|
public: static int WeekNrISO8601( DateTime date ) |
Parameters
- date
- Type: System..::..DateTime