public class SFTime extends Field
Constructor and Description |
---|
SFTime()
Construct a default SFTime field.
|
SFTime(double time)
Construct an SFTime field using the given value.
|
Modifier and Type | Method and Description |
---|---|
double |
getValue()
Get the value of the SFTime field.
|
void |
setValue(ConstSFTime time)
Set the value of an SFTime field.
|
void |
setValue(double time)
Set the value of an SFTime field.
|
void |
setValue(SFTime time)
Set the value of an SFTime field.
|
public SFTime()
public SFTime(double time)
time
- Initial value of field.public double getValue()
public void setValue(double time)
time
- Value to set SFTime field to.public void setValue(ConstSFTime time)
time
- Value to set SFTime field to.public void setValue(SFTime time)
time
- Value to set SFTime field to.