Holds time duration value.
Syntax
[Visual Basic .NET] Public Sub New ( _ Positive As Short, Days As Integer, Hours As Integer, Minutes As Integer, Seconds As Integer, Nanoseconds As Integer )
[C#] public WKSTimeDuration { short Positive, int Days, int Hours, int Minutes, int Seconds, int Nanoseconds )
[C++]
typedef struct WKSTimeDuration {VARIANT_BOOL Positive;
long Days;
long Hours;
long Minutes;
long Seconds;
long Nanoseconds; } WKSTimeDuration;
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.