DateWithZone.Month PropertyDateWithZone.Month PropertyDateWithZone::Month Property

Returns the month component of this DateWithZoneDateWithZoneDateWithZone.

Syntax

Public ReadOnly Property Month As Integer
        Get
public int Month { get; }
public:
property int Month {
    int get();
}
 

Property Value

Type: System.Int32System.Int32System::Int32

An intIntegerint representing the month component of this DateWithZoneDateWithZoneDateWithZone.