CrystalSpace

Public API Reference

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>

List of all members.

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.

Definition at line 48 of file vfs.h.

Hour, 0..23.

Definition at line 46 of file vfs.h.

Minute, 0..59.

Definition at line 44 of file vfs.h.

Month, 0..11.

Definition at line 50 of file vfs.h.

Second, 0..59.

Definition at line 42 of file vfs.h.

Year, 1768, 1900, 2001, ...

Definition at line 52 of file vfs.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.4.7