Responder Developer Guide
ComputeDuration Method (DateTimeExtensions)


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function ComputeDuration( _
   ByVal dynamicDstTimeZone As DynamicDSTTimeZone, _
   ByVal timeOutage As Object, _
   ByVal timeRestored As Object _
) As TimeSpan
'Usage
 
Dim dynamicDstTimeZone As DynamicDSTTimeZone
Dim timeOutage As Object
Dim timeRestored As Object
Dim value As TimeSpan
 
value = DateTimeExtensions.ComputeDuration(dynamicDstTimeZone, timeOutage, timeRestored)
[Extension()]
public static TimeSpan ComputeDuration( 
   DynamicDSTTimeZone dynamicDstTimeZone,
   object timeOutage,
   object timeRestored
)

Parameters

dynamicDstTimeZone
timeOutage
timeRestored
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

DateTimeExtensions Class
DateTimeExtensions Members

 

 


Send Comment