Udostępnij przez


Właściwość SYSTEMTIME.month

Pobiera wartość określająca miesiąc bieżący.

Przestrzeń nazw:  ReportService2006
Zestaw:  ReportService2006 (w ReportService2006.dll)

Składnia

'Deklaracja
Public Property month As Short
    Get
    Set
'Użycie
Dim instance As SYSTEMTIME
Dim value As Short

value = instance.month

instance.month = value
public short month { get; set; }
public:
property short month {
    short get ();
    void set (short value);
}
member month : int16 with get, set
function get month () : short
function set month (value : short)

Wartość właściwości

Typ: System.Int16
A krótki wartość, która reprezentuje bieżący miesiąc.

Uwagi

Stycznia = 1 lutego = 2 i tak dalej.