RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DateEditControl..::..SetText Method

Sets the text.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


protected void SetText(
	Nullable<DateTime> newValue
)
Protected Sub SetText ( _
	newValue As Nullable(Of DateTime) _
)
protected:
void SetText(
	Nullable<DateTime^> newValue
)

Parameters

newValue
Type: Nullable<(Of <(<'DateTime>)>)>
The new value.