Gets a DateTime value that represents the date and time of the current DateTimeOffset object.
Documentation for this section has not yet been entered.
The DateTimeOffset.DateTime property is not affected by the value of the DateTimeOffset.Offset property.
This property returns both the date and the time component of a DateTimeOffset object, which makes it useful for performing DateTimeOffset to DateTime conversion. For example, if the DateTimeOffset object has a date and time value of "1/12/07 4:01pm + 7:30", the property returns a date of "1/12/07 4:01pm".
The value of the DateTime.Kind property of the returned DateTime object is DateTimeKind.Unspecified.