Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
csFileTime Struct Reference
[Virtual File System (VFS)]
File time structure - used to query and set the last-modification time of a file.
More...
#include <iutil/vfs.h>
Public Attributes | |
int | sec |
Second, 0..59. | |
int | min |
Minute, 0..59. | |
int | hour |
Hour, 0..23. | |
int | day |
Day, 1..31. | |
int | mon |
Month, 0..11. | |
int | year |
Year, 1768, 1900, 2001, ... |
Detailed Description
File time structure - used to query and set the last-modification time of a file.
Definition at line 40 of file vfs.h.
Member Data Documentation
|
Day, 1..31.
|
|
Hour, 0..23.
|
|
Minute, 0..59.
|
|
Month, 0..11.
|
|
Second, 0..59.
|
|
Year, 1768, 1900, 2001, ...
|
The documentation for this struct was generated from the following file:
- iutil/vfs.h
Generated for Crystal Space by doxygen 1.3.9.1