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