예제 #1
0
 private static string GetWeekGroupKey(DateTime day)
 {
     return($"{day.Year}-{DateTimeUtility.GetIso8601WeekOfYear(day)}");
 }