'Declaration Public Class XamDateTimeInput Inherits Infragistics.Controls.Editors.XamMaskedInput Implements Infragistics.ICommandTarget
public class XamDateTimeInput : Infragistics.Controls.Editors.XamMaskedInput, Infragistics.ICommandTarget
XamDateTimeInput can be used to edit a date and/or time. Based on the value of the Infragistics.Controls.Editors.XamMaskedInput.Mask property, it can edit date, time or both date and time. The following are some example masks:
By default the current culture settings will be used to determine the format of date and time. However you can override that by setting the Infragistics.Controls.Editors.ValueInput.FormatProvider and Infragistics.Controls.Editors.ValueInput.Format properties. If FormatProvider is set then the mask and the formatting will be based on the settings provided by FormatProvider. Otherwise the formatting will be based on the current culture. Note: the Format property only controls what gets displayed when the control is not in edit mode. See Infragistics.Controls.Editors.ValueInput.Format for more information.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
XamDateTimeInput Members
Infragistics.Controls.Editors Namespace
Infragistics.Controls.Editors.XamMaskedInput.Mask
Infragistics.Controls.Editors.ValueInput.Value
Infragistics.Controls.Editors.ValueInput.ValueType
Infragistics.Controls.Editors.ValueInput.FormatProvider
Infragistics.Controls.Editors.ValueInput.Format