1. 首页
  2. 数据库
  3. 其它
  4. C#实现修改系统时间的方法

C#实现修改系统时间的方法

上传者: 2021-01-04 07:26:28上传 PDF文件 48.82KB 热度 15次
本文所述C#获取和修改系统时间的实现步骤为:系统的时间从 SystemTime 结构体中取出,并显示在textBox1上,从setDate,setTime控件中获取年,月,日,小时,分钟,秒信息,存入SystemTime结构体中,然后使用SetLocalTime(ref systemTime)设置为用户指定的时间。本代码编译后会有一个易于操作的窗体。 完整功能代码如下: using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.
用户评论