_TimeZones.ConvertTime(DateTime, TimeZone, TimeZone) Method

Definition

Converts a DateTime value from one time zone to another time zone.

public:
 DateTime ConvertTime(DateTime SourceDateTime, Microsoft::Office::Interop::Outlook::TimeZone ^ SourceTimeZone, Microsoft::Office::Interop::Outlook::TimeZone ^ DestinationTimeZone);
public DateTime ConvertTime (DateTime SourceDateTime, Microsoft.Office.Interop.Outlook.TimeZone SourceTimeZone, Microsoft.Office.Interop.Outlook.TimeZone DestinationTimeZone);
Public Function ConvertTime (SourceDateTime As DateTime, SourceTimeZone As TimeZone, DestinationTimeZone As TimeZone) As DateTime

Parameters

SourceDateTime
DateTime

A DateTime value expressed in the original time zone.

SourceTimeZone
TimeZone

The original time zone of the DateTime value that is to be converted.

DestinationTimeZone
TimeZone

The target time zone to which the DateTime value is to be converted.

Returns

A DateTime value that represents the date and time expressed in the DestinationTimeZone.

Applies to