xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数 | 成员变量
QTime类 参考

Public 成员函数

成员变量

详细描述

在文件 QDateTimeEdit.xcsm5 行定义.

构造及析构函数说明

◆ QTime()

QTime ( int  h,
int  m,
int  s,
int  ms 
)

在文件 QDateTimeEdit.xcsm7 行定义.

7 {
8 hour = h;
9 min = m;
10 sec = s;
11 msec = ms;
12 }

结构体成员变量说明

◆ hour

int hour

在文件 QDateTimeEdit.xcsm6 行定义.

◆ min

int min

在文件 QDateTimeEdit.xcsm6 行定义.

◆ msec

int msec

在文件 QDateTimeEdit.xcsm6 行定义.

◆ sec

int sec

在文件 QDateTimeEdit.xcsm6 行定义.