CodeCharge Studio All C#.NET VB.NET

Day Run-Time Property (.NET)

Applies to

Calendar control

Syntax

C#.NET

public int Day{get;set;}

VB.NET

Public Property Day() As Integer

Description

Retrives or specifies the day component of Date property.

Examples

C#.NET

Calendar1.Day = 10;

VB.NET

Calendar1.Day = 10

See also

Date Property, Year Property, Month Property


On-line, printable versions and updates