Skip to main content

FullDateWildcard

Defined in: operations/fulldate-wildcard.ts:10

Expand a partial FullDate into all valid permutations.

Extends

Implements

Constructors

Constructor

new FullDateWildcard(partialDate): FullDateWildcard

Defined in: operations/fulldate-wildcard.ts:13

Parameters

partialDate

FullDate

Returns

FullDateWildcard

Overrides

CommentWrapper.constructor

Properties

comment

comment: Comment

Defined in: comment-wrapper.ts:11

Attached comment.

Inherited from

CommentWrapper.comment

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

CommentWrapper.appendComment


commentIsEqual()

commentIsEqual(otherCommentWrapper): boolean

Defined in: comment-wrapper.ts:60

Compare this wrapper's comment against another wrapper.

Parameters

otherCommentWrapper

CommentWrapper

Returns

boolean

Inherited from

CommentWrapper.commentIsEqual


equal()

equal(other): boolean

Defined in: operations/fulldate-wildcard.ts:18

Compare this object with another for equality.

Parameters

other

IPart

Returns

boolean

Implementation of

IPart.equal


equalWithComment()

equalWithComment(otherCommentWrapper): boolean

Defined in: comment-wrapper.ts:67

Check equality including the associated comment.

Parameters

otherCommentWrapper

IPart

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

CommentWrapper.resetComment


run()

run(): FullDate[]

Defined in: operations/fulldate-wildcard.ts:28

Produce all fully qualified full dates.

Returns

FullDate[]


setComment()

setComment(comment): this

Defined in: comment-wrapper.ts:28

Replace the current comment.

Parameters

comment

string | Comment

Returns

this

Inherited from

CommentWrapper.setComment


toString()

toString(): string

Defined in: operations/fulldate-wildcard.ts:52

Returns a string representation of an object.

Returns

string