Spread for ASP.NET 11 Product Documentation
DateTimeFormat Property (IDateCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > IDateCellType Interface : DateTimeFormat Property
Gets or sets a DateTimeFormatInfo that defines the format for displaying dates and times.
Syntax
'Declaration
 
Property DateTimeFormat As DateTimeFormatInfo
'Usage
 
Dim instance As IDateCellType
Dim value As DateTimeFormatInfo
 
instance.DateTimeFormat = value
 
value = instance.DateTimeFormat
DateTimeFormatInfo DateTimeFormat {get; set;}
See Also

Reference

IDateCellType Interface
IDateCellType Members