Class FILETIME

java.lang.Object
org.openscada.opc.dcom.common.FILETIME

public class FILETIME extends Object
  • Constructor Details

    • FILETIME

      public FILETIME()
    • FILETIME

      public FILETIME(FILETIME arg0)
    • FILETIME

      public FILETIME(int high, int low)
  • Method Details

    • getHigh

      public int getHigh()
    • setHigh

      public void setHigh(int high)
    • getLow

      public int getLow()
    • setLow

      public void setLow(int low)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getStruct

      public static org.jinterop.dcom.core.JIStruct getStruct() throws org.jinterop.dcom.common.JIException
      Throws:
      org.jinterop.dcom.common.JIException
    • fromStruct

      public static FILETIME fromStruct(org.jinterop.dcom.core.JIStruct struct)
    • asCalendar

      public Calendar asCalendar()
    • asBigDecimalCalendar

      public Calendar asBigDecimalCalendar()
    • toString

      public String toString()
      Overrides:
      toString in class Object