grahan — the open-source sky engine
    Preparing search index...

    Interface Tithi

    interface Tithi {
        index: number;
        name: string;
        paksha: "shukla" | "krishna";
    }
    Index

    Properties

    Properties

    index: number

    0–29 across the lunation (0 = Shukla Pratipada, 29 = Amavasya).

    name: string

    Name within the paksha, e.g. "Pratipada", "Purnima", "Amavasya".

    paksha: "shukla" | "krishna"

    Waxing (shukla) or waning (krishna) fortnight.