以下の内容はhttps://nomoredeathmarch.hatenablog.com/entry/2017/03/26/214022より取得しました。


C# 月初日

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

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




以上の内容はhttps://nomoredeathmarch.hatenablog.com/entry/2017/03/26/214022より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14