Click or drag to resize

DayTimeDuration Class

The DayTimeDuration class represents duration of time in form of seconds. It is derived from Duration by

restricting the Months property to 0.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XsdAnySimpleType
    Altova.RaptorXml.XsdAnyAtomicType
      Altova.RaptorXml.XsdDuration
        Altova.RaptorXml.XsdDayTimeDuration

Namespace:  Altova.RaptorXml.Xsd
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class DayTimeDuration : Duration

The DayTimeDuration type exposes the following members.

Constructors
  NameDescription
Public methodDayTimeDuration
Initializes a new instance of the DayTimeDuration class
Top
Properties
  NameDescription
Public propertyIsBoolean (Inherited from AnySimpleType.)
Public propertyIsDecimal (Inherited from AnySimpleType.)
Public propertyIsDouble (Inherited from AnySimpleType.)
Public propertyIsDuration (Inherited from AnySimpleType.)
Public propertyIsFloat (Inherited from AnySimpleType.)
Public propertyIsInteger (Inherited from AnySimpleType.)
Public propertyIsNumeric (Inherited from AnySimpleType.)
Public propertyIsString (Inherited from AnySimpleType.)
Public propertyLexicalValue (Inherited from AnySimpleType.)
Public propertyMonths
Public propertySeconds
Top
Methods
Operators
See Also