Click or drag to resize

Date Operators and Type Conversions

X#

The Date type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Date, Double)
Public operatorStatic memberAddition(Date, Long)
Public operatorStatic memberAddition(Date, Int64)
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberAddition(Date, TimeSpan)
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberAddition(Date, DWord)
Public operatorStatic memberAddition(Date, UInt64)
Public operatorStatic memberAddition(Date, Usual)
Public operatorStatic memberDecrement
Public operatorStatic memberEquality
This operator is used in code generated by the compiler when needed.
Public operatorStatic member(Long to Date)
This converter is used in code generated by the compiler when needed.
Public operatorStatic member(DWord to Date)
This converter is used in code generated by the compiler when needed.
Public operatorStatic member(Date to DWord)
This converter is used in code generated by the compiler when needed.
Public operatorStatic member(Date to Long)
This converter is used in code generated by the compiler when needed.
Public operatorStatic memberGreaterThan
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberGreaterThanOrEqual
This operator is used in code generated by the compiler when needed.
Public operatorStatic member(DateTime to Date)
This operator is used in code generated by the compiler when needed.
Public operatorStatic member(Date to DateTime)
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberIncrement
Public operatorStatic memberInequality
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberLessThan
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberLessThanOrEqual
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberSubtraction(Date, Double)
Public operatorStatic memberSubtraction(Date, Long)
Public operatorStatic memberSubtraction(Date, Int64)
Public operatorStatic memberSubtraction(Date, TimeSpan)
Public operatorStatic memberSubtraction(Date, DWord)
Public operatorStatic memberSubtraction(Date, UInt64)
Public operatorStatic memberSubtraction(Date, Date)
Public operatorStatic memberSubtraction(Date, Usual)
Top
See Also