TimeYmdHms

Returns current date/time in the datetime format.

Syntax:

TimeYmdHms ( )

Parameters:

none

Returns:

(s)datetime uses format YYYY:MM:DD:HH:MM:SS.

 

Use this function to return the current date and time in the datetime format.

IntControl 41 can be used to control YmdHms format returned by time functions.

Example:


a=TimeYmdHms( )
Message("Time is", a)
See Also:

FileTimeGet, FileTimeGetEx, TimeDate, TimeAdd, TimeDiffSecs, TimeDelay, TimeWait, IntControl 41