|  |   |   | 
version 2003
PA_EvalTime (string) → long
| Parameter | Type | Description | |
| string | char * | → | The string to convert in time | 
| Function result | long | ← | Value of the converted string | 
Description
   The routine
   
    
     PA_EvalTime
    
   
   returns the value
   
    string
   
   once converted to a long integer that represent a 4D time value.
  
   This works like the
   
    
     Time
    
   
   4th Dimension function. Refer to the 4D Language Reference manual for more information.
  
   Depending on default settings or on previous calls to
   
    
     PA_UsePStrings
    
   
   or
   
    
     PA_UseCStrings
    
   
   ,
   
    string
   
   must be a Pascal or a C string.
  
See Also
Time .
Error Handling
   
  
  always returns
  
   eER_NoErr