Freigeben über


SPSystemTime-Konstruktor

Initialisiert eine neue Instanz der SPSystemTime -Struktur.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    iYear As UShort, _
    iMonth As UShort, _
    iDayOfWeek As UShort, _
    iDay As UShort, _
    iHour As UShort, _
    iMinute As UShort, _
    iSecond As UShort, _
    iMilliseconds As UShort _
)
'Usage
Dim iYear As UShort
Dim iMonth As UShort
Dim iDayOfWeek As UShort
Dim iDay As UShort
Dim iHour As UShort
Dim iMinute As UShort
Dim iSecond As UShort
Dim iMilliseconds As UShort

Dim instance As New SPSystemTime(iYear, iMonth, _
    iDayOfWeek, iDay, iHour, iMinute, _
    iSecond, iMilliseconds)
public SPSystemTime(
    ushort iYear,
    ushort iMonth,
    ushort iDayOfWeek,
    ushort iDay,
    ushort iHour,
    ushort iMinute,
    ushort iSecond,
    ushort iMilliseconds
)

Parameter

  • iYear
    Typ: System.UInt16

    Eine 16-Bit-Ganzzahl ohne Vorzeichen, die das Jahr angibt.

  • iMonth
    Typ: System.UInt16

    Eine 16-Bit-Ganzzahl ohne Vorzeichen, die den Monat angibt.

  • iDayOfWeek
    Typ: System.UInt16

    Eine 16-Bit-Ganzzahl ohne Vorzeichen, die den Wochentag angibt.

  • iDay
    Typ: System.UInt16

    Eine 16-Bit-Ganzzahl ohne Vorzeichen, die den Tag angibt.

  • iHour
    Typ: System.UInt16

    Eine 16-Bit-Ganzzahl ohne Vorzeichen, die die Stunde angibt.

  • iMinute
    Typ: System.UInt16

    Eine 16-Bit-Ganzzahl ohne Vorzeichen, die die Minute angibt.

  • iSecond
    Typ: System.UInt16

    Eine 16-Bit-Ganzzahl ohne Vorzeichen, die die Sekunde angibt.

  • iMilliseconds
    Typ: System.UInt16

    Eine 16-Bit-Ganzzahl ohne Vorzeichen, die die Millisekunden angibt.

Siehe auch

Referenz

SPSystemTime Struktur

SPSystemTime-Member

Microsoft.SharePoint-Namespace