Return the TimeOfDay property of the DateTime value.
Public Property TimeValue As TimeSpan
public TimeSpan TimeValue {get;set;}
If it's null, this returns a zero TimeSpan.
(The set method serves no purpose in this interface. It's provided solely for the IAgentryControlViewModelDateTime interface that derives from this one.)