TimeUtils.GetDateTimeFromIso8601Week method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Time
Assembly Skybrud.Essentials.dll

GetDateTimeFromIso8601Week(int, int)

Static

Gets an instance of DateTime representing the start of the specified ISO 8601year and week.

public static DateTime GetDateTimeFromIso8601Week(int year, int week)

Parameters

year int

The ISO 8601 year of the week.

week int

The ISO 8601 week number.

Returns

An instance of DateTime .