SW Combine SDK
    Preparing search index...

    Interface MessageTime

    Combine Galactic Time timestamp structure returned for messages.

    interface MessageTime {
        days: number;
        hours: number;
        mins: number;
        secs: number;
        timestamp: string;
        years: number;
    }
    Index

    Properties

    days: number

    Day of the galactic year

    hours: number

    Hour component

    mins: number

    Minute component

    secs: number

    Second component

    timestamp: string

    Unix timestamp string

    years: number

    Galactic year