ChemPare Documentation - v0.0.0
    Preparing search index...

    Module types/datetime

    Type Aliases

    Year

    Represents a four-digit year string.

    Month

    Represents a two-digit month string.

    Day

    Represents a two-digit day string.

    Hours

    Represents a two-digit hours string in 24-hour format.

    Minutes

    Represents a two-digit minutes string.

    Seconds

    Represents a two-digit seconds string.

    Milliseconds

    Represents a three-digit milliseconds string.

    DateISODate

    Represents a date string in ISO 8601 format (YYYY-MM-DD).

    DateISOTime

    Represents a time string in ISO 8601 format (HH:mm:ss.sss).

    ISOString

    Represents a complete ISO 8601 datetime string with UTC timezone (Z). This type combines date and time components into the format: YYYY-MM-DDTHH:mm:ss.sssZ