About

A simple class to store file dates and times (e.g. file creation date and time).

Access

Usually one is provided with a LocalFileTime, when browsing files via BrowseFiles class, see also BrowseFiles Manual.

It is also possible to directly query or set a time from/to a file.

For comparisons it might be handy to get the current time as LocalFileTime:

Allocation/Deallocation

A LocalFileTime can simply be declared, no special allocation is needed. Yet, it is recommended to initialize a new LocalFileTime instance via its LocalFileTime::Init() function to avoid problems with uninitialized member variables.

Use

Functions:

Attributes

Attributes:

Miscellaneous

A LocalFileTime can be easily converted into a String:

Further Reading