Jump to content

API File.FindFile.RawTimeToString

From Flowcode Help
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