michael 49e88a949e + Third batch of functions/examples 20 年之前
..
Makefile 414637c6e8 + Initial check-in 20 年之前
README 49e88a949e + Third batch of functions/examples 20 年之前
ex1.pp 414637c6e8 + Initial check-in 20 年之前
ex10.pp 414637c6e8 + Initial check-in 20 年之前
ex11.pp 414637c6e8 + Initial check-in 20 年之前
ex12.pp 414637c6e8 + Initial check-in 20 年之前
ex13.pp 414637c6e8 + Initial check-in 20 年之前
ex14.pp 414637c6e8 + Initial check-in 20 年之前
ex15.pp 414637c6e8 + Initial check-in 20 年之前
ex16.pp 414637c6e8 + Initial check-in 20 年之前
ex17.pp 414637c6e8 + Initial check-in 20 年之前
ex18.pp 414637c6e8 + Initial check-in 20 年之前
ex19.pp 414637c6e8 + Initial check-in 20 年之前
ex2.pp 414637c6e8 + Initial check-in 20 年之前
ex20.pp 414637c6e8 + Initial check-in 20 年之前
ex21.pp 414637c6e8 + Initial check-in 20 年之前
ex22.pp 414637c6e8 + Initial check-in 20 年之前
ex23.pp 414637c6e8 + Initial check-in 20 年之前
ex24.pp 414637c6e8 + Initial check-in 20 年之前
ex25.pp 414637c6e8 + Initial check-in 20 年之前
ex26.pp 414637c6e8 + Initial check-in 20 年之前
ex27.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex28.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex29.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex3.pp 414637c6e8 + Initial check-in 20 年之前
ex30.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex31.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex32.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex33.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex34.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex35.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex36.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex37.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex38.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex39.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex4.pp 414637c6e8 + Initial check-in 20 年之前
ex40.pp cca310e33d + Second batch of descriptions and examples 20 年之前
ex41.pp 49e88a949e + Third batch of functions/examples 20 年之前
ex42.pp 49e88a949e + Third batch of functions/examples 20 年之前
ex43.pp 49e88a949e + Third batch of functions/examples 20 年之前
ex44.pp 49e88a949e + Third batch of functions/examples 20 年之前
ex45.pp 49e88a949e + Third batch of functions/examples 20 年之前
ex46.pp 49e88a949e + Third batch of functions/examples 20 年之前
ex5.pp 414637c6e8 + Initial check-in 20 年之前
ex6.pp 414637c6e8 + Initial check-in 20 年之前
ex7.pp 414637c6e8 + Initial check-in 20 年之前
ex9.pp 414637c6e8 + Initial check-in 20 年之前
newex 414637c6e8 + Initial check-in 20 年之前
template.pp 414637c6e8 + Initial check-in 20 年之前

README

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.