Value Implicit to Conversion

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Operators and Type Conversions >

Value Implicit to Conversion

BR.AN.PviServices .NET


Converts a TimeSpan field value to an instance of the Value class

[Visual Basic]

Public Overloads Shared Widening Operator ( _

  ByVal value As TimeSpan _

)

[C#]

public override static implicit operator Value(

  TimeSpan[] value

);

Parameters

value

A TimeSpan field value

Return Value

A new instance of the Value class

Example

DoTimeSpanuble[] myVal = new TimeSpan[2];
myVal[0] = 10000;
myVal[2] = 20000;
myVar.Value = myVal;

See Also

Value Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]