Uses of Class
com.jniwrapper.win32.system.SystemTime

Packages that use SystemTime
com.jniwrapper.win32.system The com.jniwrapper.win32.system package contains classes, which provide you with Java wrappers for commonly used Windows system functions and related structures and types. 
 

Uses of SystemTime in com.jniwrapper.win32.system
 

Methods in com.jniwrapper.win32.system that return SystemTime
static SystemTime SystemTime.getCurrent()
          Returns the instance of the SystemTime.
 

Methods in com.jniwrapper.win32.system with parameters of type SystemTime
static void SystemTime.setSystemTime(SystemTime value)
          Sets the current system time and date.
 

Constructors in com.jniwrapper.win32.system with parameters of type SystemTime
SystemTime(SystemTime that)