Module java.base

Class FileTime

java.lang.Object
java.nio.file.attribute.FileTime
All Implemented Interfaces:
Comparable<FileTime>

public final class FileTime extends Object implements Comparable<FileTime>
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.

Since:
1.7
See Also: