Esta função transforma um valor em segundos em uma representação textual de horário.
Function
Section titled “Function” Name: ToTimeFormat Copied!
Aliases: TFormat Copied!
Parameters
Section titled “Parameters”Representa um inteiro positivo (0 até 4294967295). | time; | // o valor do horário. |
Examples
Section titled “Examples”//Default example:
ToTimeFormat[time]
//Using aliases:
TFormat[time]
//Other examples:
ToTimeFormat[TIME_CURRENT] // It would be similar to: "1970.01.01 19:00:00"