Page MenuHomePhorge
Diviner Tech Docs PhutilCalendarAbsoluteDateTime

final class PhutilCalendarAbsoluteDateTime
Phorge Technical Documentation (Calendar)

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

public function getPhobjectClassConstant($key, $byte_limit)
Inherited

Phobject

Read the value of a class constant.

This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.

Parameters
string$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

public function setViewerTimezone($viewer_timezone)
Inherited

This method is not documented.
Parameters
$viewer_timezone
Return
wild

public function getViewerTimezone()
Inherited

This method is not documented.
Return
wild

public function setIsAllDay($is_all_day)
Inherited

This method is not documented.
Parameters
$is_all_day
Return
wild

public function getIsAllDay()
Inherited

This method is not documented.
Return
wild

public function getEpoch()
Inherited

This method is not documented.
Return
wild

public function getISO8601()
Inherited

This method is not documented.
Return
wild

public function newPHPDateTimeZone()

This method is not documented.
Return
wild

public function newPHPDateTime()

This method is not documented.
Return
wild

public function newAbsoluteDateTime()

This method is not documented.
Return
wild

public function getTimezone()

This method is not documented.
Return
wild

public static function newFromISO8601($value, $timezone)

This method is not documented.
Parameters
$value
$timezone
Return
wild

public static function newFromEpoch($epoch, $timezone)

This method is not documented.
Parameters
$epoch
$timezone
Return
wild

public static function newFromDictionary($dict)

This method is not documented.
Parameters
array$dict
Return
wild

public function newRelativeDateTime($duration)

This method is not documented.
Parameters
$duration
Return
wild

public function toDictionary()

This method is not documented.
Return
wild

public function setYear($year)

This method is not documented.
Parameters
$year
Return
wild

public function getYear()

This method is not documented.
Return
wild

public function setMonth($month)

This method is not documented.
Parameters
$month
Return
wild

public function getMonth()

This method is not documented.
Return
wild

public function setDay($day)

This method is not documented.
Parameters
$day
Return
wild

public function getDay()

This method is not documented.
Return
wild

public function setHour($hour)

This method is not documented.
Parameters
$hour
Return
wild

public function getHour()

This method is not documented.
Return
wild

public function setMinute($minute)

This method is not documented.
Parameters
$minute
Return
wild

public function getMinute()

This method is not documented.
Return
wild

public function setSecond($second)

This method is not documented.
Parameters
$second
Return
wild

public function getSecond()

This method is not documented.
Return
wild

public function setTimezone($timezone)

This method is not documented.
Parameters
$timezone
Return
wild

private function getEffectiveTimezone()

This method is not documented.
Return
wild