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 | day |
| Day, 1..31. | |
| int | hour |
| Hour, 0..23. | |
| int | min |
| Minute, 0..59. | |
| int | mon |
| Month, 0..11. | |
| int | sec |
| Second, 0..59. | |
| 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 39 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.4.6
