Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / Number Property


Number Property (GcDateTime)
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

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