Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeEditingControl Class / Number Property


In This Topic
    Number Property (GcDateTimeEditingControl)
    In This Topic
    Gets or sets the underlying value in long integer format.
    Syntax
    'Declaration
     
    
    Public Property Number As Long
    'Usage
     
    
    Dim instance As GcDateTimeEditingControl
    Dim value As Long
     
    instance.Number = value
     
    value = instance.Number
    public long Number {get; set;}

    Property Value

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

    This property can be set to 0 to clear the underlying value to a null reference (Nothing in Visual Basic). Changing this property effects the Text and the Value properties.

    See Also