Calendar.ReadOnly(Calendar) Method

Definition

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

public:
 static System::Globalization::Calendar ^ ReadOnly(System::Globalization::Calendar ^ calendar);
public static System.Globalization.Calendar ReadOnly (System.Globalization.Calendar calendar);
[System.Runtime.InteropServices.ComVisible(false)]
public static System.Globalization.Calendar ReadOnly (System.Globalization.Calendar calendar);
static member ReadOnly : System.Globalization.Calendar -> System.Globalization.Calendar
[<System.Runtime.InteropServices.ComVisible(false)>]
static member ReadOnly : System.Globalization.Calendar -> System.Globalization.Calendar
Public Shared Function ReadOnly (calendar As Calendar) As Calendar

Parameters

calendar
Calendar

A Calendar object.

Returns

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.

Attributes

Exceptions

calendar is null.

Applies to

See also