Difference between revisions of "TSTRING()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
Line 30: Line 30:
 
[[Category:Date and Time Data]]
 
[[Category:Date and Time Data]]
 
[[Category:Date and Time Data Functions]]
 
[[Category:Date and Time Data Functions]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Function Extensions]]

Revision as of 07:21, 10 December 2012

Purpose

Function to convert seconds to a time-string


Syntax

TSTRING(<expN>)


See Also

AMPM(), DAYS(), ELAPTIME(), HOURS(), MINUTES(), SECONDS(), SECS(), TIME(), VALIDTIME()


Description

The TSTRING() function converts <expN> seconds to a time-string in the format "HH:MM:SS". The DAYS() function can be used to return the duration of any remaining days in the <expN> seconds.


Example

? tstring(36610)
10:10:10


Products

Lianja, Lianja Server