CodeCharge Studio All C#.NET VB.NET

Day Run-Time Property (.NET)

Applies to

CalendarNavigator control

Syntax

C#.NET

public int Day{get}

VB.NET

Public ReadOnly Property Day() As Integer

Description

Retrives the day component of Date property.

Examples

C#.NET

int selectedDay = CalendarNavigator1.Day;

VB.NET

Dim selectedDay As Integer = CalendarNavigator1.Day

See also

Date Property, Year Property, Month Property, Quarter Property


On-line, printable versions and updates