| Overload | Description |
|---|---|
| GetValueOrDefault() | Overloaded. Returns the Value of the object, or a TimeSpan of 0 representing midnight. |
| GetValueOrDefault(TimeSpan) | Overloaded. Returns the Value of the object, or a the passed in defaultValue. |
| GetValueOrDefault(VistaDBTime) | Overloaded. Returns the Value of the object, or the value of the passed in defaultValue. |