mimekit-ts - v1.0.0
    Preparing search index...

    Interface DateTimeOffset

    Date and UTC offset value used by MIME Date header helpers.

    interface DateTimeOffset {
        epochMillis: number;
        offsetMinutes: number;
    }
    Index
    epochMillis: number

    UTC epoch milliseconds.

    offsetMinutes: number

    Offset from UTC in minutes.