public class FILETIME extends Object
| Constructor and Description |
|---|
FILETIME() |
FILETIME(FILETIME arg0) |
FILETIME(int high,
int low) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
asBigDecimalCalendar() |
Calendar |
asCalendar() |
boolean |
equals(Object obj) |
static FILETIME |
fromStruct(JIStruct struct) |
int |
getHigh() |
int |
getLow() |
static JIStruct |
getStruct() |
int |
hashCode() |
void |
setHigh(int high) |
void |
setLow(int low) |
String |
toString() |
public FILETIME()
public FILETIME(FILETIME arg0)
public FILETIME(int high,
int low)
public int getHigh()
public void setHigh(int high)
public int getLow()
public void setLow(int low)
public static JIStruct getStruct() throws JIException
JIExceptionpublic Calendar asCalendar()
public Calendar asBigDecimalCalendar()
Copyright © 2017 LSST. All rights reserved.