In This Topic
Initializes a new instance of the EraInfo class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Date, _
ByVal As Date, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
'Usage
Dim era As Integer
Dim startTime As Date
Dim endTime As Date
Dim eraName As String
Dim abbreviatedEraName As String
Dim englishEraName As String
Dim symbolEraName As String
Dim instance As New EraInfo(era, startTime, endTime, eraName, abbreviatedEraName, englishEraName, symbolEraName)
Parameters
- era
- The era.
- startTime
- The start time.
- endTime
- The end time.
- eraName
- Name of the era.
- abbreviatedEraName
- Name of the abbreviated era.
- englishEraName
- Name of the english era.
- symbolEraName
- Name of the symbol era.
See Also