_TimeZones.ConvertTime(DateTime, TimeZone, TimeZone) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.