System.DateUtils.TTimeZone.Abbreviation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Abbreviation: string read GetAbbreviationForNow;

C++

__property System::UnicodeString Abbreviation = {read=GetAbbreviationForNow};

Properties

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

Description

Gets the current time zone's abbreviation.

The Abbreviation property gets the current time zone's abbreviation. The result is non-localized, always specified, and has the form: GMT[+|-HH[:MM]].