FileTime.kl¶
Types¶
FileTime (struct)¶
バージョン 1.12.0 で追加.
The FileTime maps closely to the std::time_t.
Members¶
UInt64 | epoch | seconds since the epoch |
UInt64 | sec | seconds of minutes from 0 to 61 |
UInt64 | min | minutes of hour from 0 to 59 |
UInt64 | hour | hours of day from 0 to 24 |
UInt64 | mday | day of month from 1 to 31 |
UInt64 | mon | month of year from 0 to 11 |
UInt64 | year | year since 1900 |
UInt64 | wday | days since sunday |
UInt64 | yday | days since January 1st |
UInt64 | isdst | hours of daylight savings time |