Gets the patterns in which DateTime values can be formatted with the specified format character. See the table of format characters in DateTimeFormatInfo.
[Visual Basic] Overloads Overridable Public Function GetAllDateTimePatterns( _ ByVal format As Char _ ) As String () [C#] public virtual string[] GetAllDateTimePatterns( char format ); [C++] public: virtual String* GetAllDateTimePatterns( __wchar_t format ) []; [JScript] public function GetAllDateTimePatterns( format : Char ) : String[];
An array containing the patterns in which DateTime values can be formatted with the specified format character.
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace | DateTimeFormatInfo.GetAllDateTimePatterns Overload List