gpt4 book ai didi

c# - 将 DateTime 设置为月初

转载 作者:IT王子 更新时间:2023-10-29 03:36:55 24 4
gpt4 key购买 nike

如何在 C# 中将 DateTime 设置为每月的第一天?

最佳答案

var now = DateTime.Now;
var startOfMonth = new DateTime(now.Year,now.Month,1);

关于c# - 将 DateTime 设置为月初,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5002556/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com