Created
March 1, 2025 08:00
-
-
Save renatogroffe/3bca16c14bf4d3ea509a0326ef6437ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static class ISOWeek | |
{ | |
// Novas sobrecargas | |
public static int GetWeekOfYear(DateOnly date); | |
public static int GetYear(DateOnly date); | |
public static DateOnly ToDateOnly(int year, int week, DayOfWeek dayOfWeek); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment