Overview

Namespaces

  • pgn
    • exceptions
    • tags
  • utils

Classes

  • Annotator
  • Black
  • BlackElo
  • BlackNA
  • BlackTitle
  • BlackType
  • BlackUSCF
  • Board
  • Date
  • ECO
  • Event
  • EventCountry
  • EventDate
  • EventRounds
  • EventSponsor
  • EventType
  • FEN
  • Mode
  • NIC
  • Opening
  • PlyCount
  • Result
  • Round
  • Section
  • SetUp
  • Site
  • Source
  • SourceDate
  • Stage
  • SubVariation
  • Tag
  • Termination
  • Time
  • TimeControl
  • UknownTag
  • UTCDate
  • UTCTime
  • Variation
  • White
  • WhiteElo
  • WhiteNA
  • WhiteTitle
  • WhiteType
  • WhiteUSCF
  • Overview
  • Namespace
  • Class

Class UTCDate

Description of UTCDate: This tag is similar to the Date tag except that the date is given according to the Universal Coordinated Time standard.

pgn\tags\Tag
Extended by pgn\tags\Date
Extended by pgn\tags\UTCDate
Namespace: pgn\tags
Author: Geraldo
See: pgn_standard.txt
Located at pgn/tags/UTCDate.php
Methods summary
public string
# getName( )

Returns

string
the name of the tag

Assert

() == "Date"

Overrides

pgn\tags\Date::getName()
Methods inherited from pgn\tags\Date
formatted(), getDefaultValue(), isBissextile(), monthReplaceDefaults(), validPattern(), validate(), yearReplaceDefaults()
Methods inherited from pgn\tags\Tag
__toString(), createTag(), get(), parse(), parseTagName(), parseTagValue(), set()
Properties inherited from pgn\tags\Tag
$data, $errorMsg
API documentation generated by ApiGen