<<< Example: Determining File Attributes -- size, time | Index | Example: FileTime comparisons >>> |
The time methods return a FileTime object
FileTime can be converted to a String
FileTime has the following format:
yyyy-mm-ddThh:mm:ss
four-digit year
two-digit month
two-digit day
hour : minute : seconds (separated by colons)
The seconds may include fractions of a second
<<< Example: Determining File Attributes -- size, time | Index | Example: FileTime comparisons >>> |