FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter.FpseDecodeParameters Class / TimePartsCount Property


In This Topic
TimePartsCount Property
In This Topic
Gets or sets number of time parts.
Syntax
'Declaration
 
Public Property TimePartsCount As Integer
 
'Usage
 
Dim instance As GeneralFormatter.FpseDecodeParameters
Dim value As Integer
 
instance.TimePartsCount = value
 
value = instance.TimePartsCount
See Also