Click or drag to resize

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
C#
public Collection<string> DateTimePatterns { get; }

Property Value

Type: CollectionString
See Also