[]
Gets or sets the underlying value in long integer format.
[Bindable(true)]
public long Number { get; set; }
<Bindable(True)>
Public Property Number As Long
Type | Description |
---|---|
long | A date-time value in long integer format (yyyyMMddHHmmss). |
This property can be set to 0 to clear the underlying value to null. Changing this property will affect the GrapeCity.Windows.InputMan.Primitives.EditBase.Text and the GrapeCity.Windows.InputMan.GcDateTime.Value properties.
Type | Condition |
---|---|
ArgumentNullException | When user set the value is not convertible to a DateTime value. |