TimeProvider.LocalTimeZone Property

Definition

Gets the local time zone according to this TimeProvider's notion of time.

public:
 virtual property TimeZoneInfo ^ LocalTimeZone { TimeZoneInfo ^ get(); };
public virtual TimeZoneInfo LocalTimeZone { get; }
member this.LocalTimeZone : TimeZoneInfo
Public Overridable ReadOnly Property LocalTimeZone As TimeZoneInfo

Property Value

Remarks

The default implementation returns Local.

Applies to