Version

EraDisplayMode Enumeration

Determines what era information will be displayed in the month header.
Syntax
'Declaration
 
Public Enum EraDisplayMode 
   Inherits System.Enum
public enum EraDisplayMode : System.Enum 
Members
MemberDescription
ActiveDateThe active date's era will be displayed if it is in the current month. Otherwise the first day of the month's era will be displayed. In addition, the year will be relative to that era.
FirstDayOfMonthThe first day of the month's era will be displayed. In addition, the year will be relative to that era.
LastDayOfMonthThe last day of the month's era will be displayed. In addition, the year will be relative to that era.
Remarks

Note: this setting is ignored if the date format provider's calendar doesn't support multiple eras.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also