Difference between revisions of "TSTRING()"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to convert seconds to a time-string
 
Function to convert seconds to a time-string
 
  
 
==Syntax==
 
==Syntax==
 
TSTRING(<expN>)
 
TSTRING(<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[AMPM()]], [[DAYS()]], [[ELAPTIME()]], [[HOURS()]], [[MINUTES()]], [[SECONDS()]], [[SECS()]], [[TIME()]], [[VALIDTIME()]]
 
[[AMPM()]], [[DAYS()]], [[ELAPTIME()]], [[HOURS()]], [[MINUTES()]], [[SECONDS()]], [[SECS()]], [[TIME()]], [[VALIDTIME()]]
 
  
 
==Description==
 
==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.
 
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==
 
==Example==
Line 20: Line 16:
 
10:10:10
 
10:10:10
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==

Revision as of 11:22, 12 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