点击或拖拽改变大小

DbDate 结构

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

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 STRUCTURE DbDate IMPLEMENTS IDate
查看代码

DbDate 类型公开以下成员。

构造函数
  名称说明
公共方法DbDate
初始化 DbDate 类的一个新实例
Top
属性
  名称说明
公共属性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
Top
方法
  名称说明
公共方法ToString
Returns the fully qualified type name of this instance.
(重写 ToString.)
Top
参见