EbsOpen Class Library for EBSILON®Professional

ComputationTool.StringToDate Method 

[Visual Basic]
Public Function StringToDate( _ 
   ByVal text As String, _ 
   ByRef date As Double, _ 
   Optional ByVal format As String = ""%Y-%m-%d %H:%M:%S"", _ 
   Optional ByVal locale As String = """" _ 
) As Boolean
[C#]
public bool StringToDate(
   string text,
   out double date,
   string format,
   string locale
);
[C++]
public: bool StringToDate(
   String* text,
   * double date,
   String* format,
   String* locale
);
[JScript]
public function StringToDate(
   String text,
   double date,
   String format,
   String locale
): bool;

See Also

ComputationTool Class | EbsOpen Namespace