This topic has not yet been rated - Rate this topic

Calendar.CurrentEra Field

Represents the current era for the current calendar. This field is constant.

[Visual Basic]
Public Const CurrentEra As Integer
[C#]
public const int CurrentEra;
[C++]
public: const int CurrentEra;
[JScript]
public var CurrentEra : int;

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

Calendar Class | Calendar Members | System.Globalization Namespace | Eras

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.