This document is archived and information here might be outdated.  Recommended version.


ITimeDuration.IsZero Method (ArcObjects .NET 10.5 SDK)
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