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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.