Qtc.Core.QTimeZone

Contents

Documentation

class QqTimeZone x1 where #

Methods

qTimeZone :: x1 -> IO (QTimeZone ()) #

Instances
QqTimeZone Int # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone :: Int -> IO (QTimeZone ()) #

QqTimeZone () # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone :: () -> IO (QTimeZone ()) #

QqTimeZone (QTimeZone t1) # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone :: QTimeZone t1 -> IO (QTimeZone ()) #

QqTimeZone (QByteArray t1) # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone :: QByteArray t1 -> IO (QTimeZone ()) #

QqTimeZone (QByteArray t1, Int, String, String) # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone :: (QByteArray t1, Int, String, String) -> IO (QTimeZone ()) #

QqTimeZone (QByteArray t1, Int, String, String, Country) # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone :: (QByteArray t1, Int, String, String, Country) -> IO (QTimeZone ()) #

QqTimeZone (QByteArray t1, Int, String, String, Country, String) # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone :: (QByteArray t1, Int, String, String, Country, String) -> IO (QTimeZone ()) #

class QqTimeZone_nf x1 where #

Methods

qTimeZone_nf :: x1 -> IO (QTimeZone ()) #

Instances
QqTimeZone_nf Int # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone_nf :: Int -> IO (QTimeZone ()) #

QqTimeZone_nf () # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone_nf :: () -> IO (QTimeZone ()) #

QqTimeZone_nf (QTimeZone t1) # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone_nf :: QTimeZone t1 -> IO (QTimeZone ()) #

QqTimeZone_nf (QByteArray t1) # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone_nf :: QByteArray t1 -> IO (QTimeZone ()) #

QqTimeZone_nf (QByteArray t1, Int, String, String) # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone_nf :: (QByteArray t1, Int, String, String) -> IO (QTimeZone ()) #

QqTimeZone_nf (QByteArray t1, Int, String, String, Country) # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone_nf :: (QByteArray t1, Int, String, String, Country) -> IO (QTimeZone ()) #

QqTimeZone_nf (QByteArray t1, Int, String, String, Country, String) # 
Instance details

Defined in Qtc.Core.QTimeZone

Methods

qTimeZone_nf :: (QByteArray t1, Int, String, String, Country, String) -> IO (QTimeZone ()) #

abbreviation :: QTimeZone a -> QDateTime t1 -> IO String #

hasDaylightTime :: QTimeZone a -> () -> IO Bool #

hasTransitions :: QTimeZone a -> () -> IO Bool #

qTimeZoneUtc :: () -> IO (QTimeZone ()) #

Orphan instances

QqisValid (QTimeZone ()) () # 
Instance details

Methods

qisValid :: QTimeZone () -> () -> IO Bool #

QqisValid (QTimeZoneSc a) () # 
Instance details

Methods

qisValid :: QTimeZoneSc a -> () -> IO Bool #

QdisplayName (QTimeZone a) TimeType # 
Instance details

Methods

displayName :: QTimeZone a -> TimeType -> IO String #

Qqid (QTimeZone a) () (IO (QByteArray ())) # 
Instance details

Methods

qid :: QTimeZone a -> () -> IO (QByteArray ()) #

Qcountry (QTimeZone a) () (IO Country) # 
Instance details

Methods

country :: QTimeZone a -> () -> IO Country #

Qcomment (QTimeZone a) () (IO String) # 
Instance details

Methods

comment :: QTimeZone a -> () -> IO String #

Qqswap (QTimeZone ()) (QTimeZone t1) # 
Instance details

Methods

qswap :: QTimeZone () -> QTimeZone t1 -> IO () #

Qqswap (QTimeZoneSc a) (QTimeZone t1) # 
Instance details

Methods

qswap :: QTimeZoneSc a -> QTimeZone t1 -> IO () #

Qqone (QTimeZone ()) (QTimeZone t1) # 
Instance details

Methods

qone :: QTimeZone () -> QTimeZone t1 -> IO Bool #

Qqone (QTimeZoneSc a) (QTimeZone t1) # 
Instance details

Methods

qone :: QTimeZoneSc a -> QTimeZone t1 -> IO Bool #

Qqoe (QTimeZone ()) (QTimeZone t1) # 
Instance details

Methods

qoe :: QTimeZone () -> QTimeZone t1 -> IO Bool #

Qqoe (QTimeZoneSc a) (QTimeZone t1) # 
Instance details

Methods

qoe :: QTimeZoneSc a -> QTimeZone t1 -> IO Bool #

QoffsetFromUtc (QTimeZone a) (QDateTime t1) # 
Instance details

Methods

offsetFromUtc :: QTimeZone a -> QDateTime t1 -> IO Int #

QisDaylightTime (QTimeZone a) (QDateTime t1) # 
Instance details

Methods

isDaylightTime :: QTimeZone a -> QDateTime t1 -> IO Bool #

QdisplayName (QTimeZone a) (QDateTime t1) # 
Instance details

Methods

displayName :: QTimeZone a -> QDateTime t1 -> IO String #

Qqot (QTimeZone ()) (QTimeZone t1) (IO (QTimeZone ())) # 
Instance details

Methods

qot :: QTimeZone () -> QTimeZone t1 -> IO (QTimeZone ()) #

Qqot (QTimeZoneSc a) (QTimeZone t1) (IO (QTimeZone ())) # 
Instance details

Methods

qot :: QTimeZoneSc a -> QTimeZone t1 -> IO (QTimeZone ()) #

QdisplayName (QTimeZone a) (TimeType, NameType) # 
Instance details

Methods

displayName :: QTimeZone a -> (TimeType, NameType) -> IO String #

QdisplayName (QTimeZone a) (QDateTime t1, NameType) # 
Instance details

Methods

displayName :: QTimeZone a -> (QDateTime t1, NameType) -> IO String #

Qtransitions (QTimeZone a) (QDateTime t1, QDateTime t2) (IO [QTimeZone_OffsetData ()]) # 
Instance details

Methods

transitions :: QTimeZone a -> (QDateTime t1, QDateTime t2) -> IO [QTimeZone_OffsetData ()] #

QdisplayName (QTimeZone a) (TimeType, NameType, QLocale t3) # 
Instance details

Methods

displayName :: QTimeZone a -> (TimeType, NameType, QLocale t3) -> IO String #

QdisplayName (QTimeZone a) (QDateTime t1, NameType, QLocale t3) # 
Instance details

Methods

displayName :: QTimeZone a -> (QDateTime t1, NameType, QLocale t3) -> IO String #