GetUtcOffsetFromUtc()

TimeZoneInfo::GetUtcOffsetFromUtc(DateTime, const TimeZoneInfoPtr&) method

Internal helper function that returns the UTC offset for a UTC-datetime in a specified time zone. FOR INTERNAL USE.

static TimeSpan System::TimeZoneInfo::GetUtcOffsetFromUtc(DateTime time, const TimeZoneInfoPtr &zone)

TimeZoneInfo::GetUtcOffsetFromUtc(DateTime, const TimeZoneInfoPtr&, bool&, bool&) method

Internal helper function that returns the UTC offset for a UTC-datetime in a specified time zone. FOR INTERNAL USE.

static TimeSpan System::TimeZoneInfo::GetUtcOffsetFromUtc(DateTime time, const TimeZoneInfoPtr &zone, bool &is_daylight_savings, bool &is_ambiguous_local_dst)

See Also