EbsOpen Class Library for EBSILON®Professional

ComputationTool.DateToString Method 

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

See Also

ComputationTool Class | EbsOpen Namespace