tm

    TIME

    Description:

    Describes date and time information.

    Summary

    Data Fields

    Details

    Field Documentation

    Description:

    Seconds east of UTC

    __tm_zone

    Description:

    tm_hour

    1. int tm::tm_hour

    Description:

    Hour. The value ranges from 0 to 23.

    tm_isdst

    Description:

    Daylight saving time (DST)

    tm_mday

    Description:

    Day. The value ranges from 1 to 31.

    1. int tm::tm_min

    Description:

    Minute. The value ranges from 0 to 59.

    tm_mon

    Description:

    Month. The value ranges from 0 to 11.

    tm_sec

    Description:

    Second. The value ranges from 0 to 60.

    tm_wday

      Description:

      Week. The value ranges from 0 to 6. The value 0 indicates Sunday, the value 1 indicates Monday, and so on.

      tm_year

      Year. The value is the actual year minus 1900.