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


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

GeneralFormatter Class
GeneralFormatter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.