fpc/docs/datutex
2004-12-29 22:48:38 +00:00
..
ex1.pp
ex2.pp
ex3.pp
ex4.pp
ex5.pp
ex6.pp
ex7.pp
ex9.pp
ex10.pp
ex11.pp
ex12.pp
ex13.pp
ex14.pp
ex15.pp
ex16.pp
ex17.pp
ex18.pp
ex19.pp
ex20.pp
ex21.pp
ex22.pp
ex23.pp
ex24.pp
ex25.pp
ex26.pp
ex27.pp
ex28.pp
ex29.pp
ex30.pp
ex31.pp
ex32.pp
ex33.pp
ex34.pp
ex35.pp
ex36.pp
ex37.pp
ex38.pp
ex39.pp
ex40.pp
ex41.pp + Third batch of functions/examples 2004-12-29 21:24:20 +00:00
ex42.pp + Third batch of functions/examples 2004-12-29 21:24:20 +00:00
ex43.pp + Third batch of functions/examples 2004-12-29 21:24:20 +00:00
ex44.pp + Third batch of functions/examples 2004-12-29 21:24:20 +00:00
ex45.pp + Third batch of functions/examples 2004-12-29 21:24:20 +00:00
ex46.pp + Third batch of functions/examples 2004-12-29 21:24:20 +00:00
ex47.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex48.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex49.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex50.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex51.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex52.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex53.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex54.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex55.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex56.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex57.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex58.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex59.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex60.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex61.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
ex62.pp + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
Makefile
newex
README + Next batch of examples (timespan functions) 2004-12-29 22:48:38 +00:00
template.pp

This directory contains the examples for the Sysutils unit.

ex1.pp contains an example of the DateOf function.
ex2.pp contains an example of the TimeOf function.
ex3.pp contains an example of the IsInLeapYear function.
ex4.pp contains an example of the IsPM function.
ex5.pp contains an example of the IsValidDate function.
ex6.pp contains an example of the IsValidTime function.
ex6.pp contains an example of the IsValidDateTime function.
ex9.pp contains an example of the IsValidDateDay function.
ex10.pp contains an example of the IsValidDateWeek function.
ex11.pp contains an example of the IsValidMonthWeek function.
ex12.pp contains an example of the WeeksInYear function.
ex13.pp contains an example of the WeeksInAYear function.
ex14.pp contains an example of the DaysInYear function.
ex15.pp contains an example of the DaysInAYear function.
ex16.pp contains an example of the DaysInMonth function.
ex18.pp contains an example of the Yesterday function.
ex20.pp contains an example of the IsToday function.
ex21.pp contains an example of the IsSameDay function.
ex22.pp contains an example of the PreviousDayOfWeek function.
ex23.pp contains an example of the YearOf function.
ex24.pp contains an example of the StartOfTheYear function.
ex25.pp contains an example of the EndOfTheYear function.
ex26.pp contains an example of the StartOfAYearfunction.
ex27.pp contains an example of the EndOfAYear function.
ex28.pp contains an example of the StartOfTheMonth function.
ex29.pp contains an example of the EndOfTheMonth function.
ex30.pp contains an example of the StartOfAMonth function.
ex31.pp contains an example of the EndOfAMonth function.
ex32.pp contains an example of the StartOfTheWeek function.
ex33.pp contains an example of the EndOfTheWeek function.
ex34.pp contains an example of the StartOfAWeek function.
ex35.pp contains an example of the EndOfAWeek function.
ex36.pp contains an example of the StartOfTheDay function.
ex37.pp contains an example of the EndOfTheDay function.
ex38.pp contains an example of the StartOfADay function.
ex34.pp contains an example of the EndOfADay function.
ex40.pp contains examples of the PartOfTheYear functions.
ex41.pp contains examples of the PartOfTheMonth functions.
ex42.pp contains examples of the PartOfTheWeek functions.
ex43.pp contains examples of the PartOfTheDay functions.
ex44.pp contains examples of the PartOfTheHour functions.
ex45.pp contains examples of the PartOfTheMinute functions.
ex46.pp contains an example of the MilliSecondOfTheSecond functions.
ex47.pp contains an example of the WithinPastYears function.
ex48.pp contains an example of the WithinPastMonths function.
ex49.pp contains an example of the WithinPastWeeks function.
ex50.pp contains an example of the WithinPastDays function.
ex51.pp contains an example of the WithinPastHours function.
ex52.pp contains an example of the WithinPastMinutes function.
ex53.pp contains an example of the WithinPastSeconds function.
ex54.pp contains an example of the WithinPastMilliSeconds function.
ex55.pp contains an example of the YearsBetween function.
ex56.pp contains an example of the MonthsBetween function.
ex57.pp contains an example of the WeeksBetween function.
ex58.pp contains an example of the DaysBetween function.
ex59.pp contains an example of the HoursBetween function.
ex60.pp contains an example of the MinutesBetween function.
ex61.pp contains an example of the SecondsBetween function.
ex62.pp contains an example of the MilliSecondsBetween function.