Freigeben über


SYSTEMTIME-Klasse

Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006..::..SYSTEMTIME

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.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
Öffentliche Methode SYSTEMTIME Initializes a new instance of the SYSTEMTIME class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft day Gets a value that specifies the current day of the month.
Öffentliche Eigenschaft dayOfWeek Gets a value that specifies the current day of the week.
Öffentliche Eigenschaft hour Gets a value that specifies the current hour.
Öffentliche Eigenschaft milliseconds Gets a value that specifies the current milliseconds.
Öffentliche Eigenschaft minute Gets a value that specifies the current minute.
Öffentliche Eigenschaft month Gets a value that specifies the current month.
Öffentliche Eigenschaft second Gets a value that specifies the current second.
Öffentliche Eigenschaft year Gets a value that specifies the current day of the month.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis