HasSameRules()

TimeZoneInfo::HasSameRules(const TimeZoneInfoPtr&) const method

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

bool System::TimeZoneInfo::HasSameRules(const TimeZoneInfoPtr &other) const

Arguments

ParameterTypeDescription
otherconst TimeZoneInfoPtr&Time zone info.

Return Value

True if time zones have identical adjustment rules.

See Also