Spread Windows Forms 12.0 Product Documentation
DateTimeFormat Property (GeneralFormatter)


FarPoint.Win.Spread Assembly > FarPoint.Win.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 date-time format information
See Also

Reference

GeneralFormatter Class
GeneralFormatter Members