public class DateTimeValue : IDisposablepublic ref class DateTimeValue : IDisposable| Active | Gets or sets a flag indicating whether or not the DateTimeValue is active. |
| DatePart | The date part of the date and time |
| TimePart | The time part of the date and time |
| Dispose | Releases all resources used by the DateTimeValue |
| Dispose(Boolean) | Releases the unmanaged resources used by the DateTimeValue and optionally releases the managed resources |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Non-GC class clean up
(Overrides ObjectFinalize) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsAbsoluteDateTime | Returns whether or not this is a fixed (ie. absolute) DateTime value. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| SetAbsoluteDateTime | Sets the DateTimeValue to be a fixed/absolute date time. |
| ToString |
Converts the DateTimeValue into a string representing the value.
(Overrides ObjectToString) |