Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / EraInfo Class / EraInfo Constructor
The era.
The start time.
The end time.
Name of the era.
Name of the abbreviated era.
Name of the english era.
Name of the symbol era.


In This Topic
EraInfo Constructor
In This Topic
Initializes a new instance of the EraInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal era As Integer, _
   ByVal startTime As Date, _
   ByVal endTime As Date, _
   ByVal eraName As String, _
   ByVal abbreviatedEraName As String, _
   ByVal englishEraName As String, _
   ByVal symbolEraName 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