Difference between revisions of "TSTRING()"

From Recital Documentation Wiki
Jump to: navigation, search
 
(Products)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=TSTRING()=
 
 
 
==Class==
 
Data Type Conversion
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to convert seconds to a time-string
 
Function to convert seconds to a time-string
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[TIME()]], [[VALIDTIME()]], [[SECS()]], [[DAYS()]], [[ELAPTIME()]], [[HOURS()]], [[MINUTES()]], [[SECONDS()]], [[AMPM()]]
+
[[AMPM()]], [[DAYS()]], [[ELAPTIME()]], [[HOURS()]], [[MINUTES()]], [[SECONDS()]], [[SECS()]], [[TIME()]], [[VALIDTIME()]]
  
  
Line 30: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Expressions and Type Conversion]]
 +
[[Category:Expressions and Type Conversion Functions]]
 +
[[Category:Date and Time Data]]
 +
[[Category:Date and Time Data Functions]]

Latest revision as of 16:41, 8 December 2009

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

Recital, Recital Server