点击或拖拽改变大小

__Date 结构

X#
Internal type that implements the VO Compatible DATE type
This type has many operators and implicit converters that normally are never directly called from user code. It holds year, month, day in 32 bits. For date calculations it uses the System.DateTime calculation logic. There are implicit converters between Date and DateTime.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Explicit, Size = 4, CharSet := CharSet.Ansi)]
 STRUCTURE __Date IMPLEMENTS IComparable, 
	IFormattable, IConvertible, IDate, IComparable<DATE>, IEquatable<DATE>, 
	ISerializable
查看代码

__Date 类型公开以下成员。

构造函数
  名称说明
公共方法__Date(DateTime)
初始化 __Date 类的一个新实例
公共方法__Date(Int64)
初始化 __Date 类的一个新实例
公共方法__Date(String)
初始化 __Date 类的一个新实例
公共方法__Date(IDate)
初始化 __Date 类的一个新实例
公共方法__Date(SerializationInfo, StreamingContext)
从序列化数据构造一个值
公共方法__Date(String, String)
初始化 __Date 类的一个新实例
公共方法__Date(Int32, Int32, Int32)
初始化 __Date 类的一个新实例
公共方法__Date(UInt32, UInt32, UInt32)
初始化 __Date 类的一个新实例
Top
属性
  名称说明
公共属性Day
Day part of the date. A number between 0 an 31
公共属性IsEmpty
公共属性Month
Month part of the date. A number between 0 an 12
公共属性Value
公共属性Year
Year part of the date. A number between 0 and 9999
Top
方法
  名称说明
公共方法CompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
公共方法CompareTo(__Date)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
公共方法Equals(Object)
Indicates whether this instance and a specified object are equal.
(重写 Equals(Object).)
公共方法Equals(__Date)
Indicates whether the current object is equal to another object of the same type.
公共方法GetHashCode
Returns the hash code for this instance.
(重写 GetHashCode.)
公共方法GetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
公共方法GetTypeCode
Returns the TypeCode for this instance.
公共方法Subtract(Double)
公共方法Subtract(Int32)
公共方法Subtract(Int64)
公共方法Subtract(TimeSpan)
公共方法Subtract(UInt32)
公共方法Subtract(UInt64)
公共方法Subtract(__Date)
公共方法Subtract(__Usual)
公共方法ToString
Returns the fully qualified type name of this instance.
(重写 ToString.)
公共方法ToString(IFormatProvider)
Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.
公共方法ToString(String)
Converts the value of the current DateTime object to its equivalent string representation using the specified format and the formatting conventions of the current culture.
公共方法ToString(String, IFormatProvider)
Formats the value of the current instance using the specified format.
Top
运算符
  名称说明
公共运算符静态成员Addition(__Date, Double)
公共运算符静态成员Addition(__Date, Int32)
公共运算符静态成员Addition(__Date, Int64)
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Addition(__Date, TimeSpan)
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Addition(__Date, UInt32)
公共运算符静态成员Addition(__Date, UInt64)
公共运算符静态成员Addition(__Date, __Usual)
公共运算符静态成员Decrement
公共运算符静态成员Equality
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员(Int32 to __Date)
这个转换器在需要时由编译器生成的代码中使用。
公共运算符静态成员(UInt32 to __Date)
这个转换器在需要时由编译器生成的代码中使用。
公共运算符静态成员(__Date to UInt32)
这个转换器在需要时由编译器生成的代码中使用。
公共运算符静态成员(__Date to Int32)
这个转换器在需要时由编译器生成的代码中使用。
公共运算符静态成员GreaterThan
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员GreaterThanOrEqual
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员(DateTime to __Date)
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员(__Date to DateTime)
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Increment
公共运算符静态成员Inequality
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员LessThan
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员LessThanOrEqual
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Subtraction(__Date, Double)
公共运算符静态成员Subtraction(__Date, Int32)
公共运算符静态成员Subtraction(__Date, Int64)
公共运算符静态成员Subtraction(__Date, TimeSpan)
公共运算符静态成员Subtraction(__Date, UInt32)
公共运算符静态成员Subtraction(__Date, UInt64)
公共运算符静态成员Subtraction(__Date, __Date)
公共运算符静态成员Subtraction(__Date, __Usual)
Top
字段
显式接口实现
  名称说明
显式接口实现私有方法IConvertibleToBoolean
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToByte
Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToChar
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToDateTime
Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToDecimal
Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToDouble
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToInt16
Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToInt32
Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToInt64
Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToSByte
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToSingle
Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToType
Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToUInt16
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToUInt32
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToUInt64
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
Top
参见