ArcObjects Library Reference (System)  

ITimeDuration.IsZero Method

Indicates whether the time duration's value is zero.

[Visual Basic .NET]
Public Function IsZero ( _
) As Boolean
[C#]
public bool IsZero (
);
[C++]
HRESULT IsZero(
  VARIANT_BOOL* IsZero
);
[C++]

Parameters

IsZero [out, retval]   IsZero is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeDuration Interface