com.mindprod.pcclock
Class PCClock

java.lang.Object
  extended by com.mindprod.pcclock.PCClock

public final class PCClock
extends java.lang.Object

Platform dependent JNI glue code to set system clock for SetClock, version of Windows/NT.

Since:
1999
Version:
7.7 2008-09-23 - fix problem with MS C++ run time library.
Author:
Roedy Green, Canadian Mind Products

Field Summary
static java.lang.String EMBEDDED_COPYRIGHT
          undisplayed copyright notice
 
Constructor Summary
PCClock()
          no arg constructor
 
Method Summary
 boolean setClock(java.util.Date d)
          Set date and Time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMBEDDED_COPYRIGHT

public static final java.lang.String EMBEDDED_COPYRIGHT
undisplayed copyright notice

See Also:
Constant Field Values
Constructor Detail

PCClock

public PCClock()
no arg constructor

Method Detail

setClock

public boolean setClock(java.util.Date d)
Set date and Time

Parameters:
d - contains UTC date/time
Returns:
true if all went ok