DateTimeFormatInfo.IsReadOnly プロパティ
定義
DateTimeFormatInfo オブジェクトが読み取り専用かどうかを示す値を取得します。Gets a value indicating whether the DateTimeFormatInfo object is read-only.
public:
property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean
プロパティ値
DateTimeFormatInfo オブジェクトが読み取り専用の場合は true
。それ以外の場合は false
。true
if the DateTimeFormatInfo object is read-only; otherwise, false
.