GregorianCalendar: CalendarType (let)

CalendarType

Sets the GregorianCalendarTypes that represents the language version.



 Public Property Let CalendarType(
	  ByVal Value As GregorianCalendarTypes )

Parameters

Value
[ByVal] GregorianCalendarTypes. The calendar type to set this instance to.

Remarks

This value is only tracked with the calendar object. It does not apply languages to text values.

Read/Write.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The value of the specified operation is not a member of the GregorianCalendarTypes enumeration.
InvalidOperationException In a let operation, the current instance is read-only.

See Also

Project CorLib Overview

Class GregorianCalendar Overview