#TIME
General Form:
#TIME
This function is used to return the number of seconds since midnight local time. This function is commonly used by forms controls such as the DBEdit control and the KCML Grid control. To use this function with these controls the Type$ property should be set to "T". For example:
.editControl.Type$ = "T"
.editControl.Text$ =#TIME
See Also: