michael 414637c6e8 + Initial check-in 20 years ago
..
Makefile 414637c6e8 + Initial check-in 20 years ago
README 414637c6e8 + Initial check-in 20 years ago
ex1.pp 414637c6e8 + Initial check-in 20 years ago
ex10.pp 414637c6e8 + Initial check-in 20 years ago
ex11.pp 414637c6e8 + Initial check-in 20 years ago
ex12.pp 414637c6e8 + Initial check-in 20 years ago
ex13.pp 414637c6e8 + Initial check-in 20 years ago
ex14.pp 414637c6e8 + Initial check-in 20 years ago
ex15.pp 414637c6e8 + Initial check-in 20 years ago
ex16.pp 414637c6e8 + Initial check-in 20 years ago
ex17.pp 414637c6e8 + Initial check-in 20 years ago
ex18.pp 414637c6e8 + Initial check-in 20 years ago
ex19.pp 414637c6e8 + Initial check-in 20 years ago
ex2.pp 414637c6e8 + Initial check-in 20 years ago
ex20.pp 414637c6e8 + Initial check-in 20 years ago
ex21.pp 414637c6e8 + Initial check-in 20 years ago
ex22.pp 414637c6e8 + Initial check-in 20 years ago
ex23.pp 414637c6e8 + Initial check-in 20 years ago
ex24.pp 414637c6e8 + Initial check-in 20 years ago
ex25.pp 414637c6e8 + Initial check-in 20 years ago
ex26.pp 414637c6e8 + Initial check-in 20 years ago
ex27.pp 414637c6e8 + Initial check-in 20 years ago
ex3.pp 414637c6e8 + Initial check-in 20 years ago
ex4.pp 414637c6e8 + Initial check-in 20 years ago
ex5.pp 414637c6e8 + Initial check-in 20 years ago
ex6.pp 414637c6e8 + Initial check-in 20 years ago
ex7.pp 414637c6e8 + Initial check-in 20 years ago
ex9.pp 414637c6e8 + Initial check-in 20 years ago
newex 414637c6e8 + Initial check-in 20 years ago
template.pp 414637c6e8 + Initial check-in 20 years ago

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.