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 family