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

Packages that use TimeSpan
com.melloware.jukes.util   
 

Uses of TimeSpan in com.melloware.jukes.util
 

Fields in com.melloware.jukes.util declared as TimeSpan
static TimeSpan TimeSpan.MAX_VALUE
          Represents the Maximum TimeSpan value
static TimeSpan TimeSpan.MIN_VALUE
          Represents the Minimum TimeSpan value
static TimeSpan TimeSpan.ZERO
          Represents the TimeSpan with a value of zero
 

Methods in com.melloware.jukes.util that return TimeSpan
 TimeSpan TimeSpan.duration()
          Returns a TimeSpan whose value is the absolute value of this TimeSpan.
 TimeSpan TimeSpan.negate()
          Returns a TimeSpan whose value is the negated value of this TimeSpan.
static TimeSpan TimeSpan.subtract(Date date1, Date date2)
          Subtracts two Date objects creating a new TimeSpan object.
 

Methods in com.melloware.jukes.util with parameters of type TimeSpan
 void TimeSpan.add(TimeSpan timespan)
          Adds a TimeSpan to this TimeSpan.
static int TimeSpan.compare(TimeSpan first, TimeSpan second)
          Compares two TimeSpan objects.
 void TimeSpan.subtract(TimeSpan timespan)
          Subtracts a TimeSpan from this TimeSpan.
 



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