com.partnersoft.io.gps.nmea
Class UTC

java.lang.Object
  extended by com.partnersoft.io.gps.nmea.UTC

public class UTC
extends java.lang.Object


Field Summary
 int h
           
 int m
           
 int ms
           
 int s
           
 
Constructor Summary
UTC()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

h

public int h

m

public int m

s

public int s

ms

public int ms
Constructor Detail

UTC

public UTC()