SYSTEMTIME Class
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
Assembly: ReportService2010 (in ReportService2010.dll)
| Name | Description | |
|---|---|---|
![]() | SYSTEMTIME() | Initializes a new instance of the SYSTEMTIME class. |
| Name | Description | |
|---|---|---|
![]() | day | Gets a value that specifies the current day of the month. |
![]() | dayOfWeek | Gets a value that specifies the current day of the week. |
![]() | hour | Gets a value that specifies the current hour. |
![]() | milliseconds | Gets a value that specifies the current milliseconds. |
![]() | minute | Gets a value that specifies the current minute. |
![]() | month | Gets a value that specifies the current month. |
![]() | second | Gets a value that specifies the current second. |
![]() | year | Gets a value that specifies the current year. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


