FileTime (struct)

バージョン 1.12.0 で追加.

The FileTime maps closely to the std::time_t.

FileTime FileTime FileTime

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

Methods

  FileTime ( in FileTime other )
  FileTime ()
FileTime clone ? ()
String string ? ()

Methods in detail

FileTime ( in FileTime other )

copy constructor


FileTime ()

default constructor


FileTime FileTime.clone? ()

clone method


String FileTime.string? ()

returns the time as a string, in the format “YYYY-MM-DD HH-MM-SS”