Click or drag to resize

__WinDate Structure

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

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
[SerializableAttribute]
 STRUCTURE __WinDate IMPLEMENTS ISerializable
Request Example View Source

The __WinDate type exposes the following members.

Constructors
  NameDescription
Public method__WinDate(Date)
This constructor is used in code generated by the compiler when needed.
Public method__WinDate(SerializationInfo, StreamingContext)
Construct a value from serialized data
Top
Properties
  NameDescription
Public propertyJulianValue
Value as Julian Number, 0 for NULL_DATE
Public propertyValue
Value as Date
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Overrides Equals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides GetHashCode.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ToString.)
Top
Operators
See Also