Converts a DateTime from one
TimeZone to another.
Syntax
'Declaration
Public Overloads Overridable Function ConvertDate( _
ByVal As Date, _
ByVal As ITimeZone, _
ByVal As ITimeZone _
) As Date
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