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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.