System::TimeZoneInfo::GetAmbiguousTimeOffsets method

TimeZoneInfo::GetAmbiguousTimeOffsets(DateTime) const method

Gets UTC dates and times that a specified date and time can be mapped to.

ArrayPtr<TimeSpan> System::TimeZoneInfo::GetAmbiguousTimeOffsets(DateTime date_time) const
ParameterTypeDescription
date_timeDateTimeDate and time.

ReturnValue

Array of UTC dates and times.

See Also

TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset&) const method

Gets UTC dates and times that a specified date and time can be mapped to.

ArrayPtr<TimeSpan> System::TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset &date_time_offset) const
ParameterTypeDescription
date_time_offsetconst DateTimeOffset&Date and time.

ReturnValue

Array of UTC dates and times.

See Also