2010 FRC Java API


com.sun.squawk.platform.windows.natives
Interface Time

All Superinterfaces:
Library
All Known Implementing Classes:
TimeImpl

public interface Time
extends Library

java wrapper around #include


Nested Class Summary
static class Time.timeval
          struct timeval { time_t tv_sec; // seconds since Jan. 1, 1970 suseconds_t tv_usec; // and microseconds };
 
Field Summary
static Time INSTANCE
           
 
Method Summary
 
Methods inherited from interface com.sun.cldc.jna.Library
initConstInt
 

Field Detail

INSTANCE

static final Time INSTANCE

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.