SYSTEMTIME Fields
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | wDay | Specifies the current day of the month. |
![]() | wDayOfWeek | Specifies the current day of the week; Sunday = 0, Monday = 1, and so on. |
![]() | wHour | Specifies the current hour. |
![]() | wMilliseconds | Specifies the current millisecond. |
![]() | wMinute | Specifies the current minute. |
![]() | wMonth | Specifies the current month. |
![]() | wSecond | Specifies the current second. |
![]() | wYear | Specifies the current year. The year must be greater than 1601. |
Show:
