Gets the time of day for the current DateTimeOffset object.
Documentation for this section has not yet been entered.
The DateTimeOffset.TimeOfDay property is not affected by the value of the DateTimeOffset.Offset property.
The DateTimeOffset.TimeOfDay property returns the time component of a DateTimeOffset object in the form of a TimeSpan object. It is equivalent to the DateTime.TimeOfDay property.