Class: Icalendar2::PeriodValue

Inherits:
Value
  • Object
show all
Defined in:
lib/icalendar2/value/period_value.rb

Overview

Constant Summary collapse

PERIOD_EXPLICIT =
"(?:#{Tokens::DATE_TIME}/#{Tokens::DATE_TIME})"
PERIOD_START =
"(?:#{Tokens::DATE_TIME}/#{DurationValue::BASE_FORMAT})"

Instance Attribute Summary

Attributes inherited from Value

#value

Method Summary

Methods inherited from Value

get_factory, #initialize, matches, #to_s, #valid?

Constructor Details

This class inherits a constructor from Icalendar2::Value