Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
Inheritance Hierarchy
System.Object
ReportService2006.SYSTEMTIME
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Class SYSTEMTIME
'Usage
Dim instance As SYSTEMTIME
public class SYSTEMTIME
public ref class SYSTEMTIME
type SYSTEMTIME = class end
public class SYSTEMTIME
The SYSTEMTIME type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SYSTEMTIME | Initializes a new instance of the SYSTEMTIME class. |
Top
Properties
| 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 day of the month. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)