Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter.FpseDecodeParameters Class / TimeParts Property


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