using System; public class Program{ public static void Main() { var i = DateTime.DaysInMonth(2022, 02); Console.WriteLine($"{i}"); }}
28
留言