michael ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
..
Makefile 414637c6e8 + Initial check-in 20 years ago
README ba9de3ec61 + Next batch of examples (timespan functions) 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 cca310e33d + Second batch of descriptions and examples 20 years ago
ex28.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex29.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex3.pp 414637c6e8 + Initial check-in 20 years ago
ex30.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex31.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex32.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex33.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex34.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex35.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex36.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex37.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex38.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex39.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex4.pp 414637c6e8 + Initial check-in 20 years ago
ex40.pp cca310e33d + Second batch of descriptions and examples 20 years ago
ex41.pp 49e88a949e + Third batch of functions/examples 20 years ago
ex42.pp 49e88a949e + Third batch of functions/examples 20 years ago
ex43.pp 49e88a949e + Third batch of functions/examples 20 years ago
ex44.pp 49e88a949e + Third batch of functions/examples 20 years ago
ex45.pp 49e88a949e + Third batch of functions/examples 20 years ago
ex46.pp 49e88a949e + Third batch of functions/examples 20 years ago
ex47.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex48.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex49.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex5.pp 414637c6e8 + Initial check-in 20 years ago
ex50.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex51.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex52.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex53.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex54.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex55.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex56.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex57.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex58.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex59.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex6.pp 414637c6e8 + Initial check-in 20 years ago
ex60.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex61.pp ba9de3ec61 + Next batch of examples (timespan functions) 20 years ago
ex62.pp ba9de3ec61 + Next batch of examples (timespan functions) 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.
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.