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


ITimeDuration.IsZero Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.IsZero Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

ITimeDuration Interface