Jump to content

API File.FindFile.RawTimeToString

From Flowcode Help
Revision as of 14:38, 7 August 2026 by Wiki bot (talk | contribs) (Created page with "{| class="mtx-class-macrotable wikitable" |- | width="10%" align="center" class="mtx-class-macrohead" | File:Fc9-comp-macro.png | width="90%" class="mtx-class-macrohead" | '''RawTimeToString''' |- | colspan="2" | Converts a raw timestamp to user-friendly text  |- |- | width="10%" align="center" | File:Fc9-u32-icon.png - ULONG | width="90%" | RawTimeLo |- | colspan="2" | The low part of a raw timestamp of a file  |- | width="10%" align="cent...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
RawTimeToString
Converts a raw timestamp to user-friendly text 
- ULONG RawTimeLo
The low part of a raw timestamp of a file 
- ULONG RawTimeHi
The high part of a raw timestamp of a file 
- STRING Format
String containing substitutions: %y=year, %m=month, %d=day, %h=hour, %n=minute, %s=second, %l=milliseconds 
- STRING Return


Detailed description

Examples