public class TimeSpan
extends java.lang.Object
Constructor and Description |
---|
TimeSpan()
Constructs a newly allocated TimeSpan object
|
TimeSpan(com.softwarefx.sfxnet.System.TimeSpan obj)
Constructs a newly allocated TimeSpan object
|
TimeSpan(int hours,
int minutes,
int seconds)
Constructs a newly allocated TimeSpan object
|
TimeSpan(int days,
int hours,
int minutes,
int seconds)
Constructs a newly allocated TimeSpan object
|
TimeSpan(int days,
int hours,
int minutes,
int seconds,
int milliseconds)
Constructs a newly allocated TimeSpan object
|
Modifier and Type | Method and Description |
---|---|
TimeSpan |
add(TimeSpan ts)
Description goes here
|
int |
getDays()
Description goes here
|
int |
getHours()
Description goes here
|
int |
getMilliseconds()
Description goes here
|
int |
getMinutes()
Description goes here
|
int |
getSeconds()
Description goes here
|
long |
getTicks()
Description goes here
|
double |
getTotalDays()
Description goes here
|
double |
getTotalHours()
Description goes here
|
double |
getTotalMilliseconds()
Description goes here
|
double |
getTotalMinutes()
Description goes here
|
double |
getTotalSeconds()
Description goes here
|
TimeSpan |
subtract(TimeSpan ts)
Description goes here
|
public TimeSpan()
public TimeSpan(com.softwarefx.sfxnet.System.TimeSpan obj)
obj
- public TimeSpan(int hours, int minutes, int seconds)
hours
- minutes
- seconds
- public TimeSpan(int days, int hours, int minutes, int seconds)
days
- hours
- minutes
- seconds
- public TimeSpan(int days, int hours, int minutes, int seconds, int milliseconds)
days
- hours
- minutes
- seconds
- milliseconds
- public int getDays()
public int getHours()
public int getMilliseconds()
public int getMinutes()
public int getSeconds()
public long getTicks()
public double getTotalDays()
public double getTotalHours()
public double getTotalMilliseconds()
public double getTotalMinutes()
public double getTotalSeconds()
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.