C#程序显示一个月中的天数
使用DaysInMonth可以显示一个月中的天数。
将年和月添加为DaysInMonth()方法的参数-
DateTime.DaysInMonth(2018, 8);
以下是一个例子-
示例
using System;
using System.Collections.Generic;
using System.Linq;
public class Demo {
public static void Main() {
Console.WriteLine("Today = {0}", DateTime.Today);
int num_days = DateTime.DaysInMonth(2018, 8);
Console.WriteLine("Days in August: "+num_days);
}
}输出结果
Today = 9/4/2018 12:00:00 AM Days in August: 31
热门推荐
10 除夕祝福语大全简短年轻
11 送女儿礼物祝福语简短
12 姐妹生日祝福语女孩简短
13 搞笑英译祝福语简短句
14 成语祝福语精选大全简短
15 微信立冬祝福语简短
16 学校校长新年祝福语简短
17 生日祝福语送老公简短
18 女儿出阁的祝福语简短