This document is archived and information here might be outdated. Recommended version. |
Indicates whether the time duration value is positive or negative.
[Visual Basic .NET] Public Property Positive As Boolean
[C#] public bool Positive {get; set;}
[C++]
HRESULT get_Positive(
Boolean* Positive
);
[C++]
HRESULT put_Positive(
VARIANT_BOOL Positive
);
[C++]
Parameters Positive [out, retval]
Positive is a parameter of type bool* Positive [in]
Positive is a parameter of type bool