CodeCharge Studio All C#.NET VB.NET

Quarter Run-Time Property (.NET)

Applies to

CalendarNavigator control

Syntax

C#.NET

public int Quarter{get}

VB.NET

Public ReadOnly Property Quarter() As Integer

Description

Retrives the quarter of Date property.

Examples

C#.NET

int selectedQuarter = CalendarNavigator1.Quarter;

VB.NET

Dim selectedQuarter As Integer = CalendarNavigator1.Quarter

See also

Date Property, Month Property, Day Property, Year Property


On-line, printable versions and updates