System::TimeZoneInfo::HasSameRules method

TimeZoneInfo::HasSameRules method

Checks if current and another time zones have the same adjustment rules.

bool System::TimeZoneInfo::HasSameRules(const TimeZoneInfoPtr &other) const
ParameterTypeDescription
otherconst TimeZoneInfoPtr&Time zone info.

ReturnValue

True if time zones have identical adjustment rules.

See Also