Return the DateTime value of the control's backing property.
Public Property Value As Date
public DateTime Value {get;set;}
The value may be null.
(The set method serves no purpose in this interface. It's provided solely for the IAgentryControlViewModelDateTime interface that derives from this one.)