本文介绍了系统时间问题.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我正在尝试通过
的简单编码来获取系统时间
System.DateTime.Today.ToString("hh:mm tt")
但是每次运行此代码时,都会得到相同的输出"12:00 AM"

为什么我的系统时间不在这里?
需要帮助!

i am trying to get the time of system by simple coding of

System.DateTime.Today.ToString("hh:mm tt")
But every time I run this code I get the same output of "12:00 AM"

Why my system time is not fetching here?
Need Help!!

推荐答案

System.DateTime.Now.ToString...



这篇关于系统时间问题.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-07 17:45