SYSTEMTIME-Klasse
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
Vererbungshierarchie
System.Object
ReportService2010.SYSTEMTIME
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SYSTEMTIME
'Usage
Dim instance As SYSTEMTIME
[SerializableAttribute]
public class SYSTEMTIME
[SerializableAttribute]
public ref class SYSTEMTIME
[<SerializableAttribute>]
type SYSTEMTIME = class end
public class SYSTEMTIME
Der SYSTEMTIME-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SYSTEMTIME | Initializes a new instance of the SYSTEMTIME class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.