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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > GeneralFormatter Class : DateTimeFormat Property
Gets or sets the format for displaying dates and times.
Syntax
'Declaration
 
Public Overridable Property DateTimeFormat As DateTimeFormatInfo
'Usage
 
Dim instance As GeneralFormatter
Dim value As DateTimeFormatInfo
 
instance.DateTimeFormat = value
 
value = instance.DateTimeFormat
public virtual DateTimeFormatInfo DateTimeFormat {get; set;}

Property Value

DateTimeFormatInfo object containing the format for the date and time
See Also

Reference

GeneralFormatter Class
GeneralFormatter Members