CalendarRoundWildcard
Defined in: operations/calendar-round-wildcard.ts:14
Expand a Calendar Round containing wildcards into all valid combinations.
Extends
Implements
Constructors
Constructor
new CalendarRoundWildcard(
cr):CalendarRoundWildcard
Defined in: operations/calendar-round-wildcard.ts:20
Parameters
cr
Calendar Round to expand.
Returns
CalendarRoundWildcard
Overrides
CommentWrapper.constructor
Properties
comment
comment:
Comment
Defined in: comment-wrapper.ts:11
Attached comment.
Inherited from
Methods
appendComment()
appendComment(
comment):this
Defined in: comment-wrapper.ts:42
Append additional text to the current comment.
Parameters
comment
string | Comment
Returns
this
Inherited from
commentIsEqual()
commentIsEqual(
otherCommentWrapper):boolean
Defined in: comment-wrapper.ts:60
Compare this wrapper's comment against another wrapper.
Parameters
otherCommentWrapper
Returns
boolean
Inherited from
equal()
equal(
other):boolean
Defined in: operations/calendar-round-wildcard.ts:47
Compare this object with another for equality.
Parameters
other
Returns
boolean
Implementation of
equalWithComment()
equalWithComment(
otherCommentWrapper):boolean
Defined in: comment-wrapper.ts:67
Check equality including the associated comment.
Parameters
otherCommentWrapper
Returns
boolean
Inherited from
CommentWrapper.equalWithComment
resetComment()
resetComment():
this
Defined in: comment-wrapper.ts:20
Reset the current comment back to an empty comment.
Returns
this
Inherited from
run()
run():
CalendarRound[]
Defined in: operations/calendar-round-wildcard.ts:29
Generate all fully qualified Calendar Rounds matching the pattern.
Returns
setComment()
setComment(
comment):this
Defined in: comment-wrapper.ts:28
Replace the current comment.
Parameters
comment
string | Comment
Returns
this