CalendarStatic: ReadOnly

ReadOnly

Returns a read-only version of the specified Calendar object.



 Public Function ReadOnly(
	  ByVal Calendar As Calendar ) As Calendar

Parameters

Calendar
[ByVal] Calendar. The Calendar object.

Return Values

Calendar -  The Calendar object specified by the calendar parameter, if calendar is read-only.
-or-
A read-only memberwise clone of the Calendar object specified by Calendar, if Calendar is not read-only.

See Also

Project CorLib Overview

Class CalendarStatic Overview