DateValue Methods
The DateValue type exposes the following members.
Methods

  NameDescription
Public methodEquals
Indicates if the DateValue is equal to another value.
(Overrides OnlineValueType Equals(Object).)
Public methodGetHashCode
Gets a hash code for the value.
(Overrides OnlineValueType GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetTypeCode
Gets the type of value.
Public methodToBoolean
Converts the DateValue to a boolean
Public methodToByte
Converts the DateValue to a byte.
Public methodToChar
Converts the DateValue to a char.
Public methodToDateTime
Converts the value to a DateTime.
Public methodToDecimal
Converts the value to a decimal.
Public methodToDouble
Converts the value to a double.
Public methodToInt16
Converts the value to a 16-bit (short) integer.
Public methodToInt32
Converts the value to a 32-bit integer.
Public methodToInt64
Converts the value to a 64-bit integer.
Public methodToSByte
Converts the DateValue to an sbyte.
Public methodToSingle
Converts the value to a float.
Public methodToString 
Convert to string.
(Overrides OnlineValueType ToString .)
Public methodToString(IFormatProvider)
Converts the value to a string.
Public methodToType
Converts the DateValue to the specified type.
Public methodToUInt16
Converts the DateValue to ushort.
Public methodToUInt32
Converts the value to a uint.
Public methodToUInt64
Converts the value to a ulong.
Public methodWriteXml
Writes the XML representation of the answer.
Back to Top
See Also