org.bridj.cpp.com
Class OLEAutomationLibrary.SYSTEMTIME

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.StructObject
          extended by org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
All Implemented Interfaces:
NativeObjectInterface
Enclosing class:
OLEAutomationLibrary

public static class OLEAutomationLibrary.SYSTEMTIME
extends StructObject


Field Summary
 
Fields inherited from class org.bridj.StructObject
io
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
OLEAutomationLibrary.SYSTEMTIME()
           
 
Method Summary
 short wDay_$eq(short wDay)
           
 short wDay()
           
 OLEAutomationLibrary.SYSTEMTIME wDay(short wDay)
           
 short wDayOfWeek_$eq(short wDayOfWeek)
           
 short wDayOfWeek()
           
 OLEAutomationLibrary.SYSTEMTIME wDayOfWeek(short wDayOfWeek)
           
 short wHour_$eq(short wHour)
           
 short wHour()
           
 OLEAutomationLibrary.SYSTEMTIME wHour(short wHour)
           
 short wMilliseconds_$eq(short wMilliseconds)
           
 short wMilliseconds()
           
 OLEAutomationLibrary.SYSTEMTIME wMilliseconds(short wMilliseconds)
           
 short wMinute_$eq(short wMinute)
           
 short wMinute()
           
 OLEAutomationLibrary.SYSTEMTIME wMinute(short wMinute)
           
 short wMonth_$eq(short wMonth)
           
 short wMonth()
           
 OLEAutomationLibrary.SYSTEMTIME wMonth(short wMonth)
           
 short wSecond_$eq(short wSecond)
           
 short wSecond()
           
 OLEAutomationLibrary.SYSTEMTIME wSecond(short wSecond)
           
 short wYear_$eq(short wYear)
           
 short wYear()
           
 OLEAutomationLibrary.SYSTEMTIME wYear(short wYear)
           
 
Methods inherited from class org.bridj.StructObject
toString
 
Methods inherited from class org.bridj.NativeObject
clone, equals
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OLEAutomationLibrary.SYSTEMTIME

public OLEAutomationLibrary.SYSTEMTIME()
Method Detail

wYear

public short wYear()

wYear

public OLEAutomationLibrary.SYSTEMTIME wYear(short wYear)

wYear_$eq

public final short wYear_$eq(short wYear)

wMonth

public short wMonth()

wMonth

public OLEAutomationLibrary.SYSTEMTIME wMonth(short wMonth)

wMonth_$eq

public final short wMonth_$eq(short wMonth)

wDayOfWeek

public short wDayOfWeek()

wDayOfWeek

public OLEAutomationLibrary.SYSTEMTIME wDayOfWeek(short wDayOfWeek)

wDayOfWeek_$eq

public final short wDayOfWeek_$eq(short wDayOfWeek)

wDay

public short wDay()

wDay

public OLEAutomationLibrary.SYSTEMTIME wDay(short wDay)

wDay_$eq

public final short wDay_$eq(short wDay)

wHour

public short wHour()

wHour

public OLEAutomationLibrary.SYSTEMTIME wHour(short wHour)

wHour_$eq

public final short wHour_$eq(short wHour)

wMinute

public short wMinute()

wMinute

public OLEAutomationLibrary.SYSTEMTIME wMinute(short wMinute)

wMinute_$eq

public final short wMinute_$eq(short wMinute)

wSecond

public short wSecond()

wSecond

public OLEAutomationLibrary.SYSTEMTIME wSecond(short wSecond)

wSecond_$eq

public final short wSecond_$eq(short wSecond)

wMilliseconds

public short wMilliseconds()

wMilliseconds

public OLEAutomationLibrary.SYSTEMTIME wMilliseconds(short wMilliseconds)

wMilliseconds_$eq

public final short wMilliseconds_$eq(short wMilliseconds)


Copyright © 2009-2012. All Rights Reserved.