| 
       | 
        
       | Object Model Reference : Classes : C : CorelScriptTools : Methods : CorelScriptTools.BuildTime  | 
      
Function BuildTime(Hour As Long, Minute As Long, Second As Long) As Date
Member of CorelScriptTools
The BuildTime method assigns a time value to a date variable.
In the following code example, the first line declares the date variable BigDay, and then this variable is assigned the time 2:30 PM.
DIM BigDay AS DATE  | 
BigDay = BUILDTIME(14, 30, 0)  | 
| 
       | 
        
       | 
		      
		          
		             | 
      
Copyright 2013 Corel Corporation. All rights reserved.