Aracılığıyla paylaş


SYSTEMTIME.month Özelliği

Geçerli ay belirten bir değeri alır.

Ad Alanı:  ReportService2006
Derleme:  ReportService2006 (ReportService2006 içinde.dll)

Sözdizimi

'Bildirim
Public Property month As Short
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Int16
A kısa geçerli ayı gösteren bir değer.

Açıklamalar

Ocak = 1, Şubat = 2 ve böyle devam eder.