plugins
Class FileTime
java.lang.Object
  
plugins.FileTime
public class FileTime
- extends java.lang.Object
 
File System time stamp. (milliseconds since the epoch 00:00:00 GMT,
 January 1, 1970)
- Author:
 
  - Ken
 
| 
Constructor Summary | 
FileTime()
 
          Create a new time stamp: 00:00:00 GMT, January 1, 1970. | 
 
| 
Method Summary | 
 java.util.Date | 
getDate()
 
            | 
 void | 
setDate(long lowDateTime)
 
          Set the File System time stamp. | 
 java.lang.String | 
toString()
 
           | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
FileTime
public FileTime()
- Create a new time stamp: 00:00:00 GMT, January 1, 1970.
 
getDate
public final java.util.Date getDate()
- Returns:
 - Returns the File System time stamp.
         milliseconds since the epoch (00:00:00 GMT, January 1, 1970
         low DWORD 
 
setDate
public final void setDate(long lowDateTime)
- Set the File System time stamp.
 milliseconds since the epoch (00:00:00 GMT, January 1, 1970
 low DWORD
- Parameters:
 lowDateTime - The dwLowDateTime to set.
 
 
toString
public final java.lang.String toString()
- 
- Overrides:
 toString in class java.lang.Object