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.

Remarks

See Also

Project VBCorLib Overview Class DateTimeFormatInfo Overview DateTimeFormatInfo Properties DateTimeFormatInfo Methods GetAbbreviatedMonthName GetDayName