[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.Number

Number Property

Number

Gets or sets the underlying value in long integer format.

Declaration
[Bindable(true)]
public long Number { get; set; }
<Bindable(True)>
Public Property Number As Long
Property Value
Type Description
long

A date-time value in long integer format (yyyyMMddHHmmss).

Remarks

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.

Exceptions
Type Condition
ArgumentNullException

When user set the value is not convertible to a DateTime value.