Uses of Class
com.melloware.jukes.util.TimeSpanUnit

Packages that use TimeSpanUnit
com.melloware.jukes.util   
 

Uses of TimeSpanUnit in com.melloware.jukes.util
 

Fields in com.melloware.jukes.util declared as TimeSpanUnit
static TimeSpanUnit TimeSpanUnit.DAYS
          DAYS indicates that days are being used
static TimeSpanUnit TimeSpanUnit.HOURS
          HOURS indicates that hours are being used
static TimeSpanUnit TimeSpanUnit.MILLISECONDS
          MILLISECONDS indicates that milliseconds are being used
static TimeSpanUnit TimeSpanUnit.MINUTES
          MINUTES indicates that minutes are being used
static TimeSpanUnit TimeSpanUnit.SECONDS
          SECONDS indicates that seconds are being used
 

Methods in com.melloware.jukes.util with parameters of type TimeSpanUnit
 void TimeSpan.add(TimeSpanUnit unit, long value)
          Adds a number of units to this TimeSpan.
 void TimeSpan.subtract(TimeSpanUnit unit, long value)
          Subtracts a number of units from this TimeSpan.
 

Constructors in com.melloware.jukes.util with parameters of type TimeSpanUnit
TimeSpan(TimeSpanUnit unit, long value)
          Creates a new TimeSpan object based on the unit and value entered.
 



Copyright © 1999-2010 Melloware Inc. All Rights Reserved.