gpt4 book ai didi

c# - 如何获得直到秒的日期和时间?

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

我有两次如下:

DateTime time1=Datetimepicker1.value;
DateTime time2=file1.creationtime;

time1 和 time2 都有日期和时间显示 12-31-2014 15:00:33
但是当我两次比较时,它给出了错误的结果:

int result=DateTime.Compare(time1,time2);

结果值为0。
怎么办?

最佳答案

结果正确。根据this MSDN page该函数根据以下逻辑工作,假设日期被命名为 t1t2:

 __Value Type__      __Condition__ 

Less than zero t1 is earlier than t2.
Zero t1 is the same as t2.
Greater than zero t1 is later than t2.

关于c# - 如何获得直到秒的日期和时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26844437/

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