com.sun.jna.examples.win32
Class Kernel32.SYSTEMTIME
java.lang.Object
com.sun.jna.Structure
com.sun.jna.examples.win32.Kernel32.SYSTEMTIME
- Enclosing interface:
- Kernel32
public static class Kernel32.SYSTEMTIME
- extends Structure
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField |
wYear
public short wYear
wMonth
public short wMonth
wDayOfWeek
public short wDayOfWeek
wDay
public short wDay
wHour
public short wHour
wMinute
public short wMinute
wSecond
public short wSecond
wMilliseconds
public short wMilliseconds
Kernel32.SYSTEMTIME
public Kernel32.SYSTEMTIME()
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.