Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / Number Property


In This Topic
    Number Property (GcDateTime)
    In This Topic
    Gets or sets the underlying value in long integer format.
    Syntax
    'Declaration
     
    
    Public Property Number As Long
    'Usage
     
    
    Dim instance As GcDateTime
    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).
    Exceptions
    ExceptionDescription
    The value is not valid.
    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