Click or drag to resize

DateTimeStamp Class

The DateTimeStamp class represents instants of time with a required explicit timezone offset.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XsdAnySimpleType
    Altova.RaptorXml.XsdAnyAtomicType
      Altova.RaptorXml.XsdDateTime
        Altova.RaptorXml.XsdDateTimeStamp

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

The DateTimeStamp type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeStamp
Initializes a new instance of the DateTimeStamp class
Top
Properties
  NameDescription
Public propertyDate (Inherited from DateTime.)
Public propertyDay (Inherited from DateTime.)
Public propertyHasTimezone (Inherited from DateTime.)
Public propertyHour (Inherited from DateTime.)
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 propertyMinute (Inherited from DateTime.)
Public propertyMonth (Inherited from DateTime.)
Public propertySecond (Inherited from DateTime.)
Public propertyTime (Inherited from DateTime.)
Public propertyTimezoneOffset (Inherited from DateTime.)
Public propertyYear (Inherited from DateTime.)
Top
Methods
Operators
See Also