EbsOpen Class Library for EBSILON®Professional

ComputationTool.DateToUTCTime Method 

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

See Also

ComputationTool Class | EbsOpen Namespace