Qtc.Core.QDate
Contents
Documentation
qDateCurrentDate :: () -> IO (QDate ()) #
daysInMonth :: QDate a -> () -> IO Int #
daysInYear :: QDate a -> () -> IO Int #
qDateFromJulianDay :: Int -> IO (QDate ()) #
class QqDateFromString x1 where #
Methods
qDateFromString :: x1 -> IO (QDate ()) #
Instances
QqDateFromString String # | |
Defined in Qtc.Core.QDate Methods qDateFromString :: String -> IO (QDate ()) # | |
QqDateFromString (String, String) # | |
Defined in Qtc.Core.QDate Methods qDateFromString :: (String, String) -> IO (QDate ()) # | |
QqDateFromString (String, DateFormat) # | |
Defined in Qtc.Core.QDate Methods qDateFromString :: (String, DateFormat) -> IO (QDate ()) # |
qDateIsLeapYear :: Int -> IO Bool #
qDateIsValid :: (Int, Int, Int) -> IO Bool #
class QqDateLongDayName x1 where #
Methods
qDateLongDayName :: x1 -> IO String #
Instances
QqDateLongDayName Int # | |
Defined in Qtc.Core.QDate Methods qDateLongDayName :: Int -> IO String # | |
QqDateLongDayName (Int, MonthNameType) # | |
Defined in Qtc.Core.QDate Methods qDateLongDayName :: (Int, MonthNameType) -> IO String # |
class QqDateLongMonthName x1 where #
Methods
qDateLongMonthName :: x1 -> IO String #
Instances
QqDateLongMonthName Int # | |
Defined in Qtc.Core.QDate Methods qDateLongMonthName :: Int -> IO String # | |
QqDateLongMonthName (Int, MonthNameType) # | |
Defined in Qtc.Core.QDate Methods qDateLongMonthName :: (Int, MonthNameType) -> IO String # |
class QqDateShortDayName x1 where #
Methods
qDateShortDayName :: x1 -> IO String #
Instances
QqDateShortDayName Int # | |
Defined in Qtc.Core.QDate Methods qDateShortDayName :: Int -> IO String # | |
QqDateShortDayName (Int, MonthNameType) # | |
Defined in Qtc.Core.QDate Methods qDateShortDayName :: (Int, MonthNameType) -> IO String # |
class QqDateShortMonthName x1 where #
Methods
qDateShortMonthName :: x1 -> IO String #
Instances
QqDateShortMonthName Int # | |
Defined in Qtc.Core.QDate Methods qDateShortMonthName :: Int -> IO String # | |
QqDateShortMonthName (Int, MonthNameType) # | |
Defined in Qtc.Core.QDate Methods qDateShortMonthName :: (Int, MonthNameType) -> IO String # |
toJulianDay :: QDate a -> () -> IO Int #
class QweekNumber x1 where #
Methods
weekNumber :: QDate a -> x1 -> IO Int #
Instances
QweekNumber () # | |
Defined in Qtc.Core.QDate Methods weekNumber :: QDate a -> () -> IO Int # | |
QweekNumber (QIntPtr t1) # | |
Defined in Qtc.Core.QDate Methods weekNumber :: QDate a -> QIntPtr t1 -> IO Int # |
qDate_delete :: QDate a -> IO () #