DbDate Structure |
Namespace: XSharp.RDD
The DbDate type exposes the following members.
Name | Description | |
---|---|---|
Day | Day part of the date. A number between 0 an 31 | |
IsEmpty | Is the date empty (NULL_DATE) | |
Month | Month part of the date. A number between 0 an 12 | |
Value | Date as System.DateTime structure | |
Year | Year part of the date. A number between 0 and 9999 |
Name | Description | |
---|---|---|
ToString | Returns the fully qualified type name of this instance. (Overrides ToString.) |