Value.ToTimeSpan Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Methods >

Value.ToTimeSpan Method

BR.AN.PviServices .NET


Converts the value of this instance to an equivalent TimeSpan value using the specified culture-specific formatting information.

[Visual Basic]

Public Sub ToTimeSpan( _

  ByVal provider As IFormatProvider _

)

[C#]

public TimeSpan ToTimeSpan(

  IFormatProvider provider

);

Parameters

provider

An IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

A TimeSpan value equivalent to the value of this instance.

See Also

Value Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]