Siddhanta Parity API Documentation - v1.3.0
    Preparing search index...

    Represents a localized time segment (Muhurta/Kaala) with its specific quality and timing.

    interface MuhurtaTiming {
        category: "choghadia" | "special" | "abhijit";
        endHours: number;
        name: string;
        startHours: number;
        type: "auspicious" | "inauspicious" | "neutral";
    }
    Index

    Properties

    category: "choghadia" | "special" | "abhijit"
    endHours: number
    name: string
    startHours: number
    type: "auspicious" | "inauspicious" | "neutral"