Value property

Return the DateTime value of the control's backing property.

Visual Basic syntax

Public Property Value As Date

C# syntax

public DateTime Value {get;set;}

Usage

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