[]
Initializes a new instance of the TimeSpanSignDisplayFieldInfo class.
public TimeSpanSignDisplayFieldInfo()
Public Sub New()
Initializes a new instance of the TimeSpanSignDisplayFieldInfo class.
public TimeSpanSignDisplayFieldInfo(string positivePattern, string negativePattern)
Public Sub New(positivePattern As String, negativePattern As String)
Type | Name | Description |
---|---|---|
string | positivePattern | A string value indicates the positive pattern. |
string | negativePattern | A string value indicates the negative pattern. |
Initializes a new instance of this class.
protected TimeSpanSignDisplayFieldInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The information. |
StreamingContext | context | The context. |