System::TimeZoneInfo::IsAmbiguousTime method

TimeZoneInfo::IsAmbiguousTime(DateTime) const method

Checks if specified date and time is ambiguous and can be mapped to many UTC times.

bool System::TimeZoneInfo::IsAmbiguousTime(DateTime date_time) const
ParameterTypeDescription
date_timeDateTimeDate and Time.

ReturnValue

True if date_time is ambiguous.

See Also

TimeZoneInfo::IsAmbiguousTime(const DateTimeOffset&) const method

Checks if specified date and time is ambiguous and can be mapped to many UTC times.

bool System::TimeZoneInfo::IsAmbiguousTime(const DateTimeOffset &date_time_offset) const
ParameterTypeDescription
date_time_offsetconst DateTimeOffset&Date and Time.

ReturnValue

True if date_time is ambiguous.

See Also