Spread Windows Forms 10.0 Product Documentation
ShowTraditionalFirstYear Property (DateEraYearDisplayFieldInfo)


Gets or sets a value that indicates whether to show the first year using the traditional format.
Syntax
'Declaration
 
Public Property ShowTraditionalFirstYear As Boolean
'Usage
 
Dim instance As DateEraYearDisplayFieldInfo
Dim value As Boolean
 
instance.ShowTraditionalFirstYear = value
 
value = instance.ShowTraditionalFirstYear
public bool ShowTraditionalFirstYear {get; set;}

Property Value

true to show the first year using the traditional format; otherwise, false.
The default is false.
Remarks
This property retrieves whether to show the traditional year when the year is the first one.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

DateEraYearDisplayFieldInfo Class
DateEraYearDisplayFieldInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.