PositivePattern Property (TimeSpanSignFieldInfo)
Gets or sets the positive pattern of the field.
public string PositivePattern {get; set;}
'Declaration
Public Property PositivePattern As String
'Usage
Dim instance As TimeSpanSignFieldInfo
Dim value As String
instance.PositivePattern = value
value = instance.PositivePattern
Property Value
A
System.String value indicates the positive pattern.
The default is
System.String.Empty.