いっしー@Webエンジニア
Webツールプログラミング言語プログラミング学習ITニュースIT用語辞典ポートフォリオ
  1. トップページ
  2. プログラミング言語
  3. Python
  4. 3
  5. builtin
  6. module
  7. time

Python3.x time

Python 3 系 のtimeに関する言語リファレンス情報をまとめたカテゴリです。

struct_timeクラス

constant

    n_fields
    n_sequence_fields
    n_unnamed_fields
    tm_gmtoff
    tm_hour
    tm_isdst
    tm_mday
    tm_min
    tm_mon
    tm_sec
    tm_wday
    tm_yday
    tm_year
    tm_zone

method

    __add__
    __class_getitem__
    __contains__
    __delattr__
    __dir__
    __eq__
    __format__
    __ge__
    __getattribute__
    __getitem__
    __getnewargs__
    __getstate__
    __gt__
    __hash__
    __init__
    __init_subclass__
    __iter__
    __le__
    __len__
    __lt__
    __mul__
    __ne__
    __new__
    __reduce__
    __reduce_ex__
    __repr__
    __rmul__
    __setattr__
    __sizeof__
    __str__
    __subclasshook__
    count
    index

constant の一覧

    __doc__
    __name__
    __package__
    __spec__
    _STRUCT_TM_ITEMS
    altzone
    CLOCK_BOOTTIME
    CLOCK_MONOTONIC
    CLOCK_MONOTONIC_RAW
    CLOCK_PROCESS_CPUTIME_ID
    CLOCK_REALTIME
    CLOCK_TAI
    CLOCK_THREAD_CPUTIME_ID
    daylight
    timezone
    tzname

function の一覧

    asctime
    clock_getres
    clock_gettime
    clock_gettime_ns
    clock_settime
    clock_settime_ns
    ctime
    get_clock_info
    gmtime
    localtime
    mktime
    monotonic
    monotonic_ns
    perf_counter
    perf_counter_ns
    process_time
    process_time_ns
    pthread_getcpuclockid
    sleep
    strftime
    strptime
    thread_time
    thread_time_ns
    time
    time_ns
    tzset
いっしー@Webエンジニア

いっしー@Webエンジニア

IT業界で人事マネージャーを務めた後、32歳で未経験からWebエンジニアに転身。現在はブログやYouTubeでプログラミングの楽しさと学びを発信しています。

© 2025 いっしー@Webエンジニア