Alphabetic Class Index   |   Class Inheritance Tree Index   |   Tool Index

Class: SwiftTime

Parent class: SwiftTimeBlock

Description:
This class extends the machine-generated SwiftTimeBlock class to allow direct access to the Swift-encoded time value as a real number. This class should almost always be used instead of the less functional SwiftTimeBlock class.

Data Fields
privatestatic const doubleresolution

Constructors / Destructor

Methods
public virtual double value()
Return the decoded time value.
public virtual void value(double time)
Encode the time value. Times will be rounded to the nearest integral subsecond.

Operators
public int SwiftTime& == SwiftTime&
public int SwiftTime& != SwiftTime&


Alphabetic Class Index   |   Class Inheritance Tree Index   |   Tool Index