'DeclarationPublic Function ToTimeSpan( _ ByVal provider As System.IFormatProvider _ ) As System.TimeSpan
'UsageDim instance As NVariant Dim provider As System.IFormatProvider Dim value As System.TimeSpan value = instance.ToTimeSpan(provider)
public System.TimeSpan ToTimeSpan( System.IFormatProvider provider )
Parameters
- provider