DateTimeFormatInfo.ReadOnly(DateTimeFormatInfo) 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 DateTimeFormatInfo wrapper.
public:
static System::Globalization::DateTimeFormatInfo ^ ReadOnly(System::Globalization::DateTimeFormatInfo ^ dtfi);
public static System.Globalization.DateTimeFormatInfo ReadOnly (System.Globalization.DateTimeFormatInfo dtfi);
static member ReadOnly : System.Globalization.DateTimeFormatInfo -> System.Globalization.DateTimeFormatInfo
Public Shared Function ReadOnly (dtfi As DateTimeFormatInfo) As DateTimeFormatInfo
Parameters
- dtfi
- DateTimeFormatInfo
The DateTimeFormatInfo object to wrap.
Returns
A read-only DateTimeFormatInfo wrapper.
Exceptions
dtfi
is null
.
Remarks
This wrapper prevents any modifications to dtfi
.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.