Constructors: NewGregorianCalendar

NewGregorianCalendar

Creates a new instance of the GregorianCalendar class.



 Public Function NewGregorianCalendar(
	  ByVal CalendarType As GregorianCalendarTypes ) As GregorianCalendar

Parameters

CalendarType
[ByVal] GregorianCalendarTypes. The language type the calendar is set to.

Return Values

GregorianCalendar -  A new instance of a GregorianCalendar class.

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionCalendarType is not a member of the GregorianCalendarTypes enumeration.

See Also

Project CorLib Overview

Class Constructors Overview