Month Run-Time Property (.NET)

Applies to

CalendarNavigator control

Syntax

C#.NET

public int Month{get}

VB.NET

Public ReadOnly Property Month() As Integer

Description

Retrives the month component of Date property.

Examples

C#.NET

int selectedMonth = CalendarNavigator1.Month

VB.NET

Dim selectedMonth As Integer = CalendarNavigator1.Month

See also

Date Property, Year Property, Day Property, Quarter Property