[]
        
(Showing Draft Content)

C1.Globalization.EraInfo

EraInfo Class

Represents the era info.

Inheritance
EraInfo
Implements
Namespace: C1.Globalization
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public class EraInfo : ICloneable

Constructors

Name Description
EraInfo(int, DateTime, DateTime, string, string, string, string)

Initializes a new instance of the EraInfo class.

Properties

Name Description
AbbreviatedEraName

Gets the name of the abbreviated era.

EndTime

Gets the end time.

EnglishEraName

Gets the name of the English era.

Era

Gets the era.

EraName

Gets the name of the era.

StartTime

Gets the start time.

SymbolEraName

Gets the name of the symbol era.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

IsValid(DateTime)

Determines whether the specified date time is valid.

ToString()