Topic Path: Symbol Reference > Classes > TIdDateTimeStamp Class > TIdDateTimeStamp Properties > TimeZoneAsString Property
ContentsIndexHome
PreviousUpNext
TIdDateTimeStamp.TimeZoneAsString Property
property TimeZoneAsString: String;

TimeZoneAsString is a read-only String property that indicates the positive or negative offset hours and minutes for the local timezone from GMT (Greenwich Mean Time). TimeZoneAsString is expressed in a format like '+HHMM' or '-HHMM'. 

TimeZoneAsString is used when constructing an RFC-complaint date time value using GetAsRFC882. 

TimeZoneAsString implements GetTimeZoneAsString as the read access specifier for the property value.

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