Semantic MediaWiki and related extensions
Public Attributes | List of all members
SMW\DataValues\Time\CalendarModel Interface Reference
Inheritance diagram for SMW\DataValues\Time\CalendarModel:
Inheritance graph
[legend]

Public Attributes

const CM_GREGORIAN = 1
 
const CM_JULIAN = 2
 

Detailed Description

It is assumed that the changeover from the Julian calendar to the Gregorian calendar occurred in October of 1582.

For dates on or before 4 October 1582, the Julian calendar is used; for dates on or after 15 October 1582, the Gregorian calendar is used.

GNU GPL v2+

Since
2.5
Author
mwjames

Member Data Documentation

◆ CM_GREGORIAN

const SMW\DataValues\Time\CalendarModel::CM_GREGORIAN = 1

Gregorian calendar

◆ CM_JULIAN

const SMW\DataValues\Time\CalendarModel::CM_JULIAN = 2

Julian calendar


The documentation for this interface was generated from the following file:

About | General disclaimer | Privacy policy