gpt4 book ai didi

c# - 如何在 DateTime 中将时间设置为零?

转载 作者:太空宇宙 更新时间:2023-11-03 20:04:55 24 4
gpt4 key购买 nike

假设我有以下 DateTime 变量

DateTime CurDate = '26/3/2014 12:00:00 AM';

我想知道如何设置 CurDate 以便值变为 26/3/2014 00:00:00 AM

请注意,我仍然想要时间,但全为零。

**P/S:全为零的原因是因为 SQL Server 中存储的日期时间值是 26/3/2014 00:00:00.000。为了匹配数据库数据,我需要将 CurDate 强制转换为全零

最佳答案

你可以简单地使用

CurDate.Date and that will give you '26/3/2012 00:00:00'

关于c# - 如何在 DateTime 中将时间设置为零?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24338940/

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