Home Reference Source Test Repository
import EXDATE from 'ics-js/src/properties/EXDATE.js'
public class | source

EXDATE

Extends:

Property → EXDATE

EXDATE property.

See:

Method Summary

Public Methods
public

Check if property's value is not an array of Date instances.

public

Format the property's values to string representations of a date or datetime. The values are joined using commas to separate values.

Inherited Summary

From class Property
public

Determine if the property's value is transformed.

public

value: *

The property's value.

public abstract

Determine if the property's value is transformed. Returning true causes the transformer to be skipped.

public

Get a string representation of the property.

public

Get the property's properties formatted for string output.

public

Get the property's value. The value is transformed if needed.

public abstract

Function that transforms the value.

Public Methods

public shortTransformer(): boolean source

Check if property's value is not an array of Date instances.

Override:

Property#shortTransformer

Return:

boolean

Whether the property's value is transformed.

public transformer(): string source

Format the property's values to string representations of a date or datetime. The values are joined using commas to separate values.

Override:

Property#transformer

Return:

string

The property's transformed value.