Navigation: Code Documentation > RSCommon > GRegularExpression > Constants
rgxISO8601DurationAlt Constant
Represents constant rgxISO8601DurationAlt.
Namespace: GRegularExpression
Delphi
rgxISO8601DurationAlt = 'P'+rgx4DigitYear+ '('+ '(\-?'+rgx2DigitMonth+')' + '(\-?'+rgx2DigitDayOfMonth+')?'+ ')?'+ '('+ '(T| +)'+ '('+rgx2DigitHour+')'+ '(\:?'+rgx2DigitMinuteSecond+')?'+ '(\:?'+rgx2DigitMinuteSecond+')?'+ ')?';
Value
Type: string
•GRegularExpression