railo.runtime.type.dt
Interface TimeSpan

All Superinterfaces:
Castable, Dumpable, java.io.Serializable

public interface TimeSpan
extends Castable, Dumpable, java.io.Serializable

defines a time span


Method Summary
 int getDay()
           
 int getHour()
           
 long getMillis()
           
 int getMinute()
           
 int getSecond()
           
 long getSeconds()
           
 
Methods inherited from interface railo.runtime.op.Castable
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo
 
Methods inherited from interface railo.runtime.dump.Dumpable
toDumpData
 

Method Detail

getMillis

public long getMillis()
Returns:
returns the timespan in milliseconds

getSeconds

public long getSeconds()
Returns:
returns the timespan in seconds

getDay

public int getDay()
Returns:
Returns the day value.

getHour

public int getHour()
Returns:
Returns the hour value.

getMinute

public int getMinute()
Returns:
Returns the minute value.

getSecond

public int getSecond()
Returns:
Returns the second value.