[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.JpCalendar.EraInfo

EraInfo Class

Represents the era info.

Inheritance
EraInfo
Implements
Namespace: GrapeCity.ActiveReports.Core.Rendering.JpCalendar
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed 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
EndTime
EnglishEraName
Era
EraName
StartTime
SymbolEraName

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.

Extension Methods