System::TimeZoneInfo::GetAmbiguousTimeOffsets-methode

TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset&) const method

Haalt UTC-datums en -tijden op waarnaar een opgegeven datum en tijd kan worden gemapt.

ArrayPtr<TimeSpan> System::TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset &date_time_offset) const
ParameterTypeBeschrijving
date_time_offsetconst DateTimeOffset&Datum en tijd.

ReturnValue

Array of UTC dates and times.

Zie ook

TimeZoneInfo::GetAmbiguousTimeOffsets(DateTime) const method

Haalt UTC-datums en -tijden op waarnaar een opgegeven datum en tijd kan worden gemapt.

ArrayPtr<TimeSpan> System::TimeZoneInfo::GetAmbiguousTimeOffsets(DateTime date_time) const
ParameterTypeBeschrijving
date_timeDateTimeDatum en tijd.

ReturnValue

Array of UTC dates and times.

Zie ook