[]
Initalizes a new instance of the DateAmPmFieldInfo class.
public DateAmPmFieldInfo()
Public Sub New()
Initializes a new instance of the DateAmPmFieldInfo class.
public DateAmPmFieldInfo(AmPmPattern pattern)
Public Sub New(pattern As AmPmPattern)
Type | Name | Description |
---|---|---|
AmPmPattern | pattern | An AmPmPattern value that indicates the AMPM pattern. |
Initializes a new instance of the DateAmPmFieldInfo class.
public DateAmPmFieldInfo(AmPmPattern pattern, string amDesignator, string pmDesignator)
Public Sub New(pattern As AmPmPattern, amDesignator As String, pmDesignator As String)
Type | Name | Description |
---|---|---|
AmPmPattern | pattern | An AmPmPattern value that indicates the AMPM pattern. |
string | amDesignator | A string value that indicates the AM designator. |
string | pmDesignator | A string value that indicates the PM designator. |