DateTimeFormatInfo::ReadOnly Method (DateTimeFormatInfo^)
.NET Framework (current version)
Returns a read-only DateTimeFormatInfo wrapper.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- dtfi
-
Type:
System.Globalization::DateTimeFormatInfo^
The DateTimeFormatInfo object to wrap.
| Exception | Condition |
|---|---|
| ArgumentNullException | dtfi is null. |
This wrapper prevents any modifications to dtfi.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: