Exemple #1
0
        static void Show21CentryValue(YearMonth[] array)
        {
            YearMonth _yearmonth = Get21CentryValue(array);

            Console.WriteLine(_yearmonth != null ? $"{_yearmonth}" : "21세기 데이터는 없습니다.");
        }