Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
The following tables list the members exposed by the SYSTEMTIME type.
Public Constructors
| 名称 | Description | |
|---|---|---|
| SYSTEMTIME | Initializes a new instance of the SYSTEMTIME class. | 
顶部
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | day | Gets a value that specifies the current day of the month. | 
| .gif) | dayOfWeek | Gets a value that specifies the current day of the week. | 
| .gif) | hour | Gets a value that specifies the current hour. | 
| .gif) | milliseconds | Gets a value that specifies the current milliseconds. | 
| .gif) | minute | Gets a value that specifies the current minute. | 
| .gif) | month | Gets a value that specifies the current month. | 
| .gif) | second | Gets a value that specifies the current second. | 
| .gif) | year | Gets a value that specifies the current day of the month. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部