An NDoc Documented Class Library

DateFormat.Parse Method 

[Visual Basic]
Shared Public Function Parse( _ 
   ByVal string As String _ 
) As DateFormat
[C#]
public static DateFormat Parse(
   string string
);
[C++]
public: static DateFormat* Parse(
   String* string
);
[JScript]
public static function Parse(
   String string
): DateFormat;

See Also

DateFormat Class | White.Core.UIItems Namespace