fcSDK Documentation
ConvertDate(DateTime,ITimeZone,ITimeZone) Method

date to convert

Timezone input date is currently in
Timezone input date is being converted to
Converts a DateTime from one TimeZone to another.
Syntax
'Declaration
 
Public Overloads Overridable Function ConvertDate( _
   ByVal date As Date, _
   ByVal fromTZ As ITimeZone, _
   ByVal toTZ As ITimeZone _
) As Date
public virtual DateTime ConvertDate( 
   DateTime date,
   ITimeZone fromTZ,
   ITimeZone toTZ
)

Parameters

date

date to convert

fromTZ
Timezone input date is currently in
toTZ
Timezone input date is being converted to

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

FCSession Class
FCSession Members
Overload List

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.