Unit Timezone

From Ultibo.org
Revision as of 03:27, 9 September 2016 by Ultibo (Talk | contribs)

Jump to: navigation, search

Return to Unit Reference


Description


To be documented

Constants


To be documented

Type definitions


To be documented

Public variables


To be documented

Function declarations


Initialization functions

[Expand]
procedure TimezoneInit;
Description: To be documented


Timezone functions

[Expand]
function TimezoneAdd(Data:PTimezoneData; Default:Boolean):LongWord;
Description: Add a Timezone from a timezone data block and to the Timezone table


[Expand]
function TimezoneDelete(Timezone:PTimezoneEntry):LongWord;
Description: To be documented


[Expand]
function TimezoneGetName(Timezone:PTimezoneEntry):String;
Description: To be documented


[Expand]
function TimezoneGetDescription(Timezone:PTimezoneEntry):String;
Description: To be documented


[Expand]
function TimezoneGetBias(Timezone:PTimezoneEntry):LongInt;
Description: To be documented


[Expand]
function TimezoneGetState(Timezone:PTimezoneEntry):LongWord;
Description: To be documented


[Expand]
function TimezoneGetActiveBias(Timezone:PTimezoneEntry):LongInt;
Description: To be documented


[Expand]
function TimezoneGetStandardName(Timezone:PTimezoneEntry):String;
Description: To be documented


[Expand]
function TimezoneGetStandardBias(Timezone:PTimezoneEntry):LongInt;
Description: To be documented


[Expand]
function TimezoneGetStandardDate(Timezone:PTimezoneEntry; Next:Boolean):TDateTime;
Description: To be documented


[Expand]
function TimezoneGetStandardStart(Timezone:PTimezoneEntry):TSystemTime;
Description: To be documented


[Expand]
function TimezoneGetDaylightName(Timezone:PTimezoneEntry):String;
Description: To be documented


[Expand]
function TimezoneGetDaylightBias(Timezone:PTimezoneEntry):LongInt;
Description: To be documented


[Expand]
function TimezoneGetDaylightDate(Timezone:PTimezoneEntry; Next:Boolean):TDateTime;
Description: To be documented


[Expand]
function TimezoneGetDaylightStart(Timezone:PTimezoneEntry):TSystemTime;
Description: To be documented


[Expand]
function TimezoneFind(const Name:String):PTimezoneEntry;
Description: To be documented


[Expand]
function TimezoneEnumerate(Callback:TTimezoneEnumerate; Data:Pointer):LongWord;
Description: To be documented


Return to Unit Reference