ConversionOptionsDateTimePatterns Property |
Gets the list of patterns used when converting a string to its DateTime equivalent.
E.g., these patterns are used as formats when calling DateTime.TryParseExact.
Namespace:
TB.ComponentModel
Assembly:
UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax public Collection<string> DateTimePatterns { get; }
Property Value
Type:
CollectionStringSee Also