The dur-value data type.
dur-value = (["+"] / "-") "P" (dur-date / dur-time / dur-week)
dur-date = dur-day [dur-time]
dur-time = "T" (dur-hour / dur-minute / dur-second)
dur-week = 1*DIGIT "W"
dur-hour = 1*DIGIT "H" [dur-minute]
dur-minute = 1*DIGIT "M" [dur-second]
dur-second = 1*DIGIT "S"
dur-day = 1*DIGIT "D"
Located in /datatypes.php (line 457)
PhpiCalLib_DataType | --PhpiCalLib_DataTypes_Duration
Inherited from PhpiCalLib_DataType
PhpiCalLib_DataType::$DataType
PhpiCalLib_DataType::$IanaTokenRegex
PhpiCalLib_DataType::$TypeMap
Constructor
Access the dur-day
Access the dur-hour
Access the dur-minute
Access the dur-second
Access the dur-week
Set the dur-day component of the dur-value
Set the dur-hour component of the dur-value
Set the dur-minute component of the dur-value
Set the dur-second component of the dur-value
Set the dur-week component of the dur-value
Convert to string
Inherited From PhpiCalLib_DataType
PhpiCalLib_DataType::FromDataType()
PhpiCalLib_DataType::ToDataType()
Documentation generated on Tue, 01 Apr 2008 00:20:09 +0100 by phpDocumentor 1.4.0