Calendar.ReadOnly(Calendar) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.