| Overload | Description |
|---|---|
| GetValueOrDefault() | Overloaded. Returns the Value of the object, or DateTime.MinValue. |
| GetValueOrDefault(DateTime) | Overloaded. Returns the Value of the object, or a the passed in defaultValue. |
| GetValueOrDefault(VistaDBDateTime) | Overloaded. Returns the Value of the object, or the value of the passed in defaultValue. |