DateValue property

Return the Date property of the DateTime value.

Visual Basic syntax

Public Property DateValue As Date

C# syntax

public DateTime DateValue {get;set;}

Usage

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.)