CodeCharge Studio All C#.NET VB.NET

Month Run-Time Property (.NET)

Applies to

Calendar control

Syntax

C#.NET

public int Month{get;set;}

VB.NET

Public Property Month() As Integer

Description

Retrives or specifies the month component of Date property.

Examples

C#.NET

Calendar1.Month = 10;

VB.NET

Calendar1.Month = 10

See also

Date Property, Year Property, Day Property


On-line, printable versions and updates