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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.