数字时钟动态显示当前时间C#源代码public string ProcessTime()
数字时钟,动态显示当前时间,C#源代码public string ProcessTime() { string sTime; // Get the current time int iHour = DateTime.Now.Hour; int iMin = DateTime.Now.Minute; int iSec = DateTime.Now.Second; // Format the current time into a string... sTime = (iHour < 10) ? "0"
文件列表
C#090108-数字时钟.rar
(预估有个23文件)
C#090108-数字时钟
DigitalClock
Form1.cs
1KB
bin
Debug
DigitalClock.exe
9KB
DigitalClock.vshost.exe
14KB
DigitalClock.pdb
24KB
DigitalClock.vshost.exe.manifest
490B
obj
用户评论