点击或拖拽改变大小

__WinDate 结构

X#
Internal type that implements the XBase Compatible DATE type in UNIONs and VOSTRUCTs

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
[SerializableAttribute]
 STRUCTURE __WinDate IMPLEMENTS ISerializable
查看代码

__WinDate 类型公开以下成员。

构造函数
  名称说明
公共方法__WinDate(__Date)
This constructor is used in code generated by the compiler when needed.
公共方法__WinDate(SerializationInfo, StreamingContext)
从序列化数据构造一个值
Top
属性
  名称说明
公共属性JulianValue
Value as Julian Number, 0 for NULL_DATE
公共属性Value
Value as Date
Top
方法
  名称说明
公共方法Equals
Indicates whether this instance and a specified object are equal.
(重写 Equals(Object).)
公共方法GetHashCode
Returns the hash code for this instance.
(重写 GetHashCode.)
公共方法GetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
公共方法ToString
Returns the fully qualified type name of this instance.
(重写 ToString.)
Top
运算符
参见