取得 Variant Date 之毫秒數
dDate | Real | 8 | 必須 | (無) | Variant Date 之倍精度數值 |
傳回整數
dDate = MyGetDateTime('2004/1/13 13:45:12') Write(*,*) MyGetMilliSecond(dDate)
由於倍精度變數的關係,毫秒解析度有限,並無法精確到完整的正確數值。
Intel Visual Fortran 7.0 以後 | wVariant.f90
winVariant 函式庫 | MyGetDateTime
|