 | DateTimeExSetLocalTime 方法 |
Sweet 开发框架
设置本机电脑的时分秒
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void SetLocalTime(
int hour,
int min,
int sec
)
Public Shared Sub SetLocalTime (
hour As Integer,
min As Integer,
sec As Integer
)
static member SetLocalTime :
hour : int *
min : int *
sec : int -> unit
参数
- hour
- 类型:SystemInt32
时 - min
- 类型:SystemInt32
分 - sec
- 类型:SystemInt32
秒
参见