EbsOpen Class Library for EBSILON®Professional

ComputationTool.UTCTimeToDate Method 

[Visual Basic]
Public Function UTCTimeToDate( _ 
   ByVal UTCTime As Integer, _ 
   ByRef date As Double _ 
) As Boolean
[C#]
public bool UTCTimeToDate(
   int UTCTime,
   out double date
);
[C++]
public: bool UTCTimeToDate(
   int UTCTime,
   * double date
);
[JScript]
public function UTCTimeToDate(
   int UTCTime,
   double date
): bool;

See Also

ComputationTool Class | EbsOpen Namespace