Class SoSFTime


  • public class SoSFTime
    extends SoSField
    Field containing an SbTime. A single-valued field that contains a time value.

    SoSFTimes are written to file as a double-precision floating point value representing the length of time in seconds. Absolute times are measured relative to 00:00:00 GMT, January 1, 1970.

    See Also:
    SbTime, SoField, SoSField, SoMFTime
    • Method Detail

      • getValue

        public SbTime getValue()
        Returns this field's value.
      • setValue

        public void setValue​(SbTime newValue)
        Sets this field to newValue.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class SoField