[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGTimeType

Declaration

Source position: lazglib2.pas line 240

type TGTimeType = (

  TGTimeTypeMinValue = - $7FFFFFFF,

  

  G_TIME_TYPE_STANDARD = 0,

  

  G_TIME_TYPE_DAYLIGHT = 1,

  

  G_TIME_TYPE_UNIVERSAL = 2,

  

  TGTimeTypeMaxValue = $7FFFFFFF

  

);