-
Notifications
You must be signed in to change notification settings - Fork 0
Reference cPeriod
- The namespace of the library libdatephp is libdatephp.
-
The library consists of several classes, which are sharing the namespace libdatephp:
- The class cPeriod manages a period of time
- If you want to use the classes in your projects, then use the user reference: ApiIndex
- If you want to help to maintain the classes in your projects, then use the developer reference: DevApiIndex
cPeriod::GetFirst() cPeriod::GetLast() cPeriod::GetLen() cPeriod::GetN()
cPeriod::Set() cPeriod::SetFirst() cPeriod::SetLast() cPeriod::SetLen() cPeriod::SetToday()
cPeriod::AddMonths() cPeriod::AddWeeks() cPeriod::AddYears() cPeriod::Dec() cPeriod::Inc() cPeriod::Skip()
cPeriod::Contains() cPeriod::EndsAfter() cPeriod::EndsBefore() cPeriod::Overlaps() cPeriod::SameEnd() cPeriod::SameStart() cPeriod::StartsAfter() cPeriod::StartsBefore()
cPeriod::ForEachDate() cPeriod::ForEachWeekday()
cPeriod::NthDay() cPeriod::JustOneDay()
cPeriod::GoBOW() cPeriod::GoEOW() cPeriod::NthWeek() cPeriod::PassedWeeks()
cPeriod::GoBOM() cPeriod::GoEOM() cPeriod::NthMonth() cPeriod::PassedMonths()
cPeriod::GoBOQ() cPeriod::GoEOQ() cPeriod::NthQuarter() cPeriod::PassedQuarters()
cPeriod::GoBOY() cPeriod::GoEOY() cPeriod::NthYear() cPeriod::PassedYears()
cPeriod::PrintOn() cPeriod::ScanFrom()
This wiki page is part of the documentation of the PHP class library libdatephp