|
|
类型定义 |
Type SYSTEMTIME ' 16 Bytes
wYear As Integer
wMonth As Integer
wDayOfWeek As Integer
wDay As Integer
wHour As Integer
wMinute As Integer
wSecond As Integer
wMilliseconds As Integer
End Type |
说明 |
This structure contains date and time
information. |
字段表 |
字段 |
类型与说明 |
wYear |
Integer,The current year. |
wMonth |
Integer,The current month. January is 1. |
wDayOfWeek |
Integer,The current day of the week. Sunday is 0. |
wDay |
Integer,The current day of the month. |
wHour |
Integer,The current hour. |
wMinute |
Integer,The current minute. |
wSecond |
Integer,The current second. |
wMilliseconds |
Integer,The current millisecond. |
|