DateTimeFormatInfo.ReadOnly(DateTimeFormatInfo) Method

Definition

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