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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.