Skip to content

Not possible to create zero TimeSpan #7

@Oleksandr-Silin

Description

@Oleksandr-Silin

TimeSpan.fromSeconds(0) gives undefined, because of check:

function isNumeric (input) {
  return input && !isNaN(parseFloat(input)) && isFinite(input);
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions