You are here

protected static property DateObject::$allgranularity in Date 7.3

Same name and namespace in other branches
  1. 7 date_api/date_api.module \DateObject::allgranularity
  2. 7.2 date_api/date_api.module \DateObject::allgranularity

File

date_api/date_api.module, line 161
This module will make the date API available to other modules.

Class

DateObject
Extend PHP DateTime class.

Code

protected static $allgranularity = array(
  'year',
  'month',
  'day',
  'hour',
  'minute',
  'second',
  'timezone',
);