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