FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / DateTimeFormat Property


In This Topic
DateTimeFormat Property (DateTimeCellType)
In This Topic
Gets or sets the format for displaying dates and times.
Syntax
'Declaration
 
Public Property DateTimeFormat As DateTimeFormat
 
'Usage
 
Dim instance As DateTimeCellType
Dim value As DateTimeFormat
 
instance.DateTimeFormat = value
 
value = instance.DateTimeFormat
See Also