ArcFM Desktop Developer Guide
ComputeDuration Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Function ComputeDuration( _
   ByVal begin As Date, _
   ByVal end As Date _
) As TimeSpan
'Usage
 
Dim instance As DynamicDSTTimeZone
Dim begin As Date
Dim end As Date
Dim value As TimeSpan
 
value = instance.ComputeDuration(begin, end)
public TimeSpan ComputeDuration( 
   DateTime begin,
   DateTime end
)

Parameters

begin
end
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DynamicDSTTimeZone Class
DynamicDSTTimeZone Members

 

 


Send Comment