__WinDate Structure | |
Internal type that implements the XBase Compatible DATE type in UNIONs and VOSTRUCTs
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax [SerializableAttribute]
STRUCTURE __WinDate IMPLEMENTS ISerializable
[SerializableAttribute]
public struct __WinDate : ISerializable
Request Example
View SourceThe __WinDate type exposes the following members.
Constructors Properties Methods
| Name | Description |
---|
| Equals | Indicates whether this instance and a specified object are equal. (Overrides Equals(Object).) |
| GetHashCode | Returns the hash code for this instance. (Overrides GetHashCode.) |
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
| ToString | Returns the fully qualified type name of this instance. (Overrides ToString.) |
TopOperators
| Name | Description |
---|
| Addition(__WinDate, Double) | |
| Addition(__WinDate, Long) | |
| Addition(__WinDate, Int64) | |
| Addition(__WinDate, TimeSpan) | |
| Addition(__WinDate, DWord) | |
| 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 Long) | |
| (__WinDate to DWord) | |
| Increment | |
| Inequality(Date, __WinDate) | |
| Inequality(__WinDate, Date) | |
| Inequality(__WinDate, __WinDate) | |
| Subtraction(__WinDate, Double) | |
| Subtraction(__WinDate, Long) | |
| Subtraction(__WinDate, Int64) | |
| Subtraction(__WinDate, TimeSpan) | |
| Subtraction(__WinDate, DWord) | |
| Subtraction(__WinDate, UInt64) | |
| Subtraction(__WinDate, Usual) | |
| Subtraction(__WinDate, __WinDate) | |
TopSee Also