DateTimeFormatInfo: GetAllDateTimePatterns

GetAllDateTimePatterns

Returns all of the patterns for a specified formatting command. Or if no command is specified, then all of the patterns are returned.



 Public Function GetAllDateTimePatterns(
	  Optional ByRef Format As Variant ) As String ( )

Parameters

Format
[ByRef] Optional. Variant. The formatting command to retrieve all the patterns for.

Return Values

String() -  An array of all the requested formatting patterns.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview