ReadElementValueAsUnspecifiedDate method

DateTime? ReadElementValueAsUnspecifiedDate()
Reads the element value as unspecified date.

Implementation

DateTime? ReadElementValueAsUnspecifiedDate() {
  return this
      ._ConvertStringToUnspecifiedDate(this.ReadElementValue<String>());
}