IdtTimeZoneCurrentInfo Method

Gets information about the time zone as it appears as of time.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public TimeZoneOffset CurrentInfo(
	DateTimeOffset time
)

Parameters

time  DateTimeOffset
The date and time to use to find time zone information.

Return Value

TimeZoneOffset
A TimeZoneInfo structure containing information about the time zone as of time.

See Also