DateValue Members

The DateValue type exposes the following members.
Constructors

  NameDescription
Public methodDateValue(Nullable DateTime )
Constructor that uses a DateTime value.
Public methodDateValue(Nullable DateTime , Boolean)
Constructor that uses a DateTime value.
Public methodDateValue(Int32, Int32, Int32)
Constructor that uses three parameters for year, month, and day.
Public methodDateValue(Int32, Int32, Int32, Boolean)
Constructor that uses three parameters for year, month, and day.
Back to Top
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
Operators

  NameDescription
Public operatorStatic member (DateTime to DateValue)
DateValue summary
Back to Top
Fields

  NameDescription
Public fieldStatic memberUnanswered
Static (shared) instance of an unanswered DateValue.
Public fieldStatic memberUnansweredLocked
Static (shared) instance of an unanswered DateValue that would be protected from unintentional modification in the interview UI.
Back to Top
Properties

  NameDescription
Public propertyIsAnswered
Indicates if the value is answered.
Public propertyType
Indicates the value type.
Public propertyUserModifiable
Indicates whether the value should be modifiable by an end user in the interview UI (default is true).
Public propertyValue
The value.
Back to Top
See Also