轉換時間值
  以下函式用於將時間值轉換為可計算的數字。
  
  
         依 TimeSerial 或 TimeValue 函式產生的時間值傳回小時。
       
  
        
        
        傳回由 TimeSerial 或 TimeValue 函式產生的順序時間值所對應的分鐘值。
     
  
傳回一個整數,表示由 TimeSerial 或 TimeValue 函式產生的順序時間數所對應的秒值。
 
  
計算作為數值傳送的指定 hour、minute 和 minute 等參數的順序時間值。這樣,就可以使用此值計算兩個時間之間的差。
 
  
依作為字串傳送的指定 hour、minute 和 second 等參數,計算以單一數值表示的順序時間值。此值可以用來計算兩個時間之間的差。
 
  
Returns the time part of the date as a UNO com.sun.star.util.Time struct.
 
  
Converts a UNO com.sun.star.util.Time struct to a Date value.
 
  
Returns the time part of the date as a UNO com.sun.star.util.DateTime struct.
 
  
Converts a UNO com.sun.star.util.DateTime struct to a Date value.