Topic Path: Symbol Reference > Classes > TIdDateTimeStamp Class > TIdDateTimeStamp Methods > GetTimeZoneAsString Method
ContentsIndexHome
PreviousUpNext
TIdDateTimeStamp.GetTimeZoneAsString Method

Offset of the local timezone from GMT.

function GetTimeZoneAsString: String;

String - Offest hours and minutes from GMT.

GetTimeZoneAsString is a String function that returns a value that indicates the offset of the local time zone from GMT (Greenwich Mean Time). THe value is expressed as a positive or negative number of hours and minutes from UTC. For example: 

GetTimeZoneAsString calls GetTimeZoneHour and GetTimeZoneMinutes to calculate the offset from UTC. GetTimeZoneAsString is used as the read access specifier for the TimeZoneAsString property.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.