ArcFM Desktop Developer Guide
GetDSTTransitions Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Sub GetDSTTransitions( _
   ByVal year As Integer, _
   ByRef startDST As Date, _
   ByRef endDST As Date, _
   ByRef success As Boolean _
) 
'Usage
 
Dim instance As DynamicDSTTimeZone
Dim year As Integer
Dim startDST As Date
Dim endDST As Date
Dim success As Boolean
 
instance.GetDSTTransitions(year, startDST, endDST, success)
public void GetDSTTransitions( 
   int year,
   out DateTime startDST,
   out DateTime endDST,
   out bool success
)

Parameters

year
startDST
endDST
success
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