Click or drag to resize

DbDate Structure

X#
Implementation of the IDate interface that can be used by the RDD system.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STRUCTURE DbDate IMPLEMENTS IDate
Request Example View Source

The DbDate type exposes the following members.

Constructors
  NameDescription
Public methodDbDate
Initializes a new instance of the DbDate class
Top
Properties
  NameDescription
Public propertyDay
Day part of the date. A number between 0 an 31
Public propertyIsEmpty
Is the date empty (NULL_DATE)
Public propertyMonth
Month part of the date. A number between 0 an 12
Public propertyValue
Date as System.DateTime structure
Public propertyYear
Year part of the date. A number between 0 and 9999
Top
Methods
  NameDescription
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ToString.)
Top
See Also