Skip to content

Instantly share code, notes, and snippets.

@renatogroffe
Created March 1, 2025 08:00
Show Gist options
  • Save renatogroffe/3bca16c14bf4d3ea509a0326ef6437ac to your computer and use it in GitHub Desktop.
Save renatogroffe/3bca16c14bf4d3ea509a0326ef6437ac to your computer and use it in GitHub Desktop.
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