Difference between revisions of "TDateTime"
(new page) |
m |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
− | Type used by multiple [[TFile]]'s functions and procedures. | + | Type used by multiple [[TFile]]'s functions and procedures.<br> |
+ | Typically represents time.<br> | ||
+ | Can be decoded to retrieve an easy-to-read date by many [[:Category:Functions|Functions]] such as [[ScriptCore3.DecodeDate|DecodeDate]] or [[ScriptCore3.FormatDateTime|FormatDateTime]] | ||
+ | |||
==Declaration== | ==Declaration== |
Latest revision as of 19:03, 22 August 2013
Description
Type used by multiple TFile's functions and procedures.
Typically represents time.
Can be decoded to retrieve an easy-to-read date by many Functions such as DecodeDate or FormatDateTime
Declaration
type TDateTime = type Double;