[]
        
(Showing Draft Content)

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

TimeSpanSignDisplayFieldInfo Constructor

TimeSpanSignDisplayFieldInfo()

Initializes a new instance of the TimeSpanSignDisplayFieldInfo class.

Declaration
public TimeSpanSignDisplayFieldInfo()
Public Sub New()

TimeSpanSignDisplayFieldInfo(string, string)

Initializes a new instance of the TimeSpanSignDisplayFieldInfo class.

Declaration
public TimeSpanSignDisplayFieldInfo(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.

TimeSpanSignDisplayFieldInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Declaration
protected TimeSpanSignDisplayFieldInfo(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.