[]
Represents the era info.
public class EraInfo : ICloneable
Name | Description |
---|---|
EraInfo(int, DateTime, DateTime, string, string, string, string) | Initializes a new instance of the EraInfo class. |
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. |
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() |