System.DateUtils.TTimeZone.Local

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Local: TTimeZone read FLocal;

C++

/* static */ __property TTimeZone* Local = {read=FLocal};

Properties

Type Visibility Source Unit Parent
property public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils TTimeZone

Description

Returns the local time zone.

Use the Local static property to obtain a TTimeZone instance that identifies the current time zone.

Note: The property retrieves the local time zone from the operating system.