Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ShortTimePattern

string System.Globalization.DateTimeFormatInfo.ShortTimePattern
getset

Definition at line 471 of file DateTimeFormatInfo.cs.

472 {
473 get
474 {
476 }
477 set
478 {
479 if (IsReadOnly)
480 {
481 throw new InvalidOperationException(SR.InvalidOperation_ReadOnly);
482 }
483 if (value == null)
484 {
485 throw new ArgumentNullException("value");
486 }
489 }
490 }

Referenced by System.ComponentModel.DateTimeConverter.ConvertTo().