NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatInfo.GetAllDateTimePatterns (Char)

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[];

Parameters

format
A format character. This must be one of the default format characters shown in the table in DateTimeFormatInfo.

Return Value

An array containing the patterns in which DateTime values can be formatted with the specified format character.

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace | DateTimeFormatInfo.GetAllDateTimePatterns Overload List