Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
Syntax
Time.ToRecord(time as time) as record
About
Returns a record containing the parts of the given Time value, time.
time: Atimevalue for from which the record of its parts is to be calculated.
Example
Convert the #time(11, 56, 2) value into a record containing Time values.
Usage
Time.ToRecord(#time(11, 56, 2))
Output
[
Hour = 11,
Minute = 56,
Second = 2
]