RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTimeZone Record
Pascal
TTimeZone = record
  FUsesDayligtSavings: Boolean;
  FInfo: TTimeZoneInformation;
end;
C++
struct TTimeZone {
  Boolean FUsesDayligtSavings;
  TTimeZoneInformation FInfo;
};

This is class SqlTimSt.TTimeZone.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!