EssentialsDateTime.FromIso8601Week method

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

FromIso8601Week(int, int)

Static

Gets an instance of EssentialsDateTime representing the start of the specified ISO 8601week.

public static EssentialsDateTime FromIso8601Week(int year, int week)

Parameters

year int

The ISO 8601 year of the week.

week int

The ISO 8601 week number.

Returns