No more Death March

あるSEのチラシの裏 C# WPF

C# 月初日

public DateTime MonthFirstDate(DateTime value)
{
    return new DateTime(value.Year, value.Month, 1);
}

DateTimeのコンストラクタの日にち部分に1を渡す。