TimeValue property

Return the TimeOfDay property of the DateTime value.

Visual Basic syntax

Public Property TimeValue As TimeSpan

C# syntax

public TimeSpan TimeValue {get;set;}

Usage

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