public final class FileTime
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Represents the value of a file's time stamp attribute. For example, it may represent the time that the file was last modified, accessed, or created.

Instances of this class are immutable.

implements Comparable<FileTime>

See also:
java.nio.file.Files.setLastModifiedTime, java.nio.file.Files.getLastModifiedTime

Since:  1.7