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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.