__WinDate 结构 | |
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
[SerializableAttribute]
public struct __WinDate : ISerializable
查看代码__WinDate 类型公开以下成员。
构造函数 属性 方法
| 名称 | 说明 |
---|
| 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运算符
| 名称 | 说明 |
---|
| Addition(__WinDate, Double) | |
| Addition(__WinDate, Int32) | |
| Addition(__WinDate, Int64) | |
| Addition(__WinDate, TimeSpan) | |
| Addition(__WinDate, UInt32) | |
| Addition(__WinDate, UInt64) | |
| Addition(__WinDate, __Usual) | |
| Decrement | |
| Equality(__Date, __WinDate) | |
| Equality(__WinDate, __Date) | |
| Equality(__WinDate, __WinDate) | |
| (__Date to __WinDate) | |
| (__Usual to __WinDate) | |
| (__WinDate to __Date) | |
| (__WinDate to __Usual) | |
| (__WinDate to Int32) | |
| (__WinDate to UInt32) | |
| Increment | |
| Inequality(__Date, __WinDate) | |
| Inequality(__WinDate, __Date) | |
| Inequality(__WinDate, __WinDate) | |
| Subtraction(__WinDate, Double) | |
| Subtraction(__WinDate, Int32) | |
| Subtraction(__WinDate, Int64) | |
| Subtraction(__WinDate, TimeSpan) | |
| Subtraction(__WinDate, UInt32) | |
| Subtraction(__WinDate, UInt64) | |
| Subtraction(__WinDate, __Usual) | |
| Subtraction(__WinDate, __WinDate) | |
Top参见