内容表

关于

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.

使用

Functions:

属性

Attributes:

杂项

A LocalFileTime can be easily converted into a String :

延伸阅读