'Declaration Public Shared Function Create( _
ByVal formatStringThe date format string.As System.String _
) As DateFormat
public static DateFormat Create(
System.String formatString
)
public: static DateFormat* Create(
System.String formatString
)
public:
static DateFormat^ Create(
System.String formatString
)
Parameters
- formatString
- The date format string.
Return Value
The date format if format is supported; otherwise, false.