Freigeben über


SPSystemTime.Year-Eigenschaft

Dient zum Abrufen oder Festlegen des Jahres.

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

Syntax

'Declaration
Public Property Year As UShort
    Get
    Set
'Usage
Dim instance As SPSystemTime
Dim value As UShort

value = instance.Year

instance.Year = value
public ushort Year { get; set; }

Eigenschaftswert

Typ: System.UInt16
Eine 16-Bit-Ganzzahl ohne Vorzeichen, die das Jahr angibt.

Siehe auch

Referenz

SPSystemTime Struktur

SPSystemTime-Member

Microsoft.SharePoint-Namespace