SYSTEMTIME.month Property

Gets a value that specifies the current month.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
Public Property month As Short
    Get
    Set
'Usage
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)

Property Value

Type: System.Int16
A short value that represents the current month.

Remarks

January = 1, February = 2, and so on.