[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanSignFieldInfo.-ctor

TimeSpanSignFieldInfo Constructor

TimeSpanSignFieldInfo()

Initializes a new instance of the TimeSpanSignFieldInfo class.

Declaration
public TimeSpanSignFieldInfo()
Public Sub New()

TimeSpanSignFieldInfo(string, string)

Initializes a new instance of the TimeSpanSignFieldInfo class.

Declaration
public TimeSpanSignFieldInfo(string positivePattern, string negativePattern)
Public Sub New(positivePattern As String, negativePattern As String)
Parameters
Type Name Description
string positivePattern

A string value indicates the positive pattern.

string negativePattern

A string value indicates the negative pattern.

TimeSpanSignFieldInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Declaration
protected TimeSpanSignFieldInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

The information.

StreamingContext context

The context.