hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for time span operations.

    interface ISGITimeSpan {
        GetSecondsToISO8601Date(date: string): number;
        Mark(): any;
        TotalMilliseconds(): number;
        TotalSeconds(): number;
    }

    Hierarchy (View Summary)

    Index

    Methods