Interface GetKovatsConversionFunctionOptions

interface GetKovatsConversionFunctionOptions {
    revert?: boolean;
}

Properties

Properties

revert?: boolean

If true, the function will convert from Kovats to time. If false, the function will convert from time to Kovats.

Default

false