「DateTime」を含む例文一覧(69)

1 2 次へ>
  • datetime method
    datetime のメソッド - Python
  • in module datetime
    datetime モジュール - Python
  • class in datetime
    datetime のクラス - Python
  • datetime attribute
    datetime の属性 - Python
  • Compares datetime to datetime.(4)
    datetimedatetime と比較します。 (4) - Python
  • 11.22.3 DateTime Objects
    11.22.3 DateTime オブジェクト - Python
  • 6.10.4 datetime Objects
    6.10.4 datetime オブジェクト - Python
  • 7.5.12 DateTime Objects
    7.5.12 DateTime オブジェクト - Python
  • date (class in datetime),[Link]
    date (datetime のクラス) - Python
  • time (class in datetime),[Link]
    time (datetime のクラス) - Python
  • timedelta (class in datetime),[Link]
    timedelta (datetime のクラス) - Python
  • datetime (class in datetime),[Link]
    datetime (組み込み モジュール) - Python
  • The earliest representable datetime,datetime(MINYEAR, 1, 1, tzinfo=None).
    表現できる最も古い datetime で、datetime(MINYEAR, 1, 1, tzinfo=None) です。 - Python
  • The latest representable datetime,datetime(MAXYEAR, 12, 31, 23, 59, 59, 999999, tzinfo=None).
    表現できる最も新しい datetime で、datetime(MAXYEAR, 12, 31, 23, 59, 59, 999999, tzinfo=None) です。 - Python
  • For a datetime instance d, str(d) is equivalent to
    datetime オブジェクト d において、str(d) は - Python
  • Return the current local datetime, with tzinfo None.This is equivalent to datetime.
    現在のローカルな datetime を tzinfo が Noneであるものとして返します。 - Python
  • 6.10 datetime -- Basic date and time types
    6.10 datetime -- 基本的な日付型および時間型 - Python
  • If datetime instance d is naive, this is the same as
    datetime インスタンス d が naive の場合、このメソッドは - Python
  • datetime objects can be used as dictionary keys.
    datetime オブジェクトは辞書のキーとして用いることができます。 - Python
  • Figure 8: The BPEL Mapper Datetime Menu
    図 8: BPEL マッパーの「日時」メニュー - NetBeans
  • If date is a datetime object, its time and tzinfo members are ignored.
    date が datetime オブジェクトの場合、その時刻と tzinfo は無視されます。 - Python
  • The smallest possible difference between non-equal datetime objects, timedelta(microseconds=1).
    等しくない datetime オブジェクト間の最小の差で、 timedelta(microseconds=1)です。 - Python
  • Create and return a new datetime. datetime object given an argument tuple suitable for passing to datetime.
    dateitme.datetime.fromtimestamp() に渡すのに適した引数タプルから新たな datetime.datetime オブジェクトを生成して返します。 - Python
  • tz.fromutc(datetime. utcfromtimestamp(timestamp).replace(tzinfo=tz)).
    tz.fromutc(datetime.utcfromtimestamp(timestamp).replace(tzinfo=tz))と等価になります。 - Python
  • Note thattzinfo=None can be specified to create a naive datetime from an aware datetime with no conversion of date and time members.
    メンバに対する変換を行わずに aware な datetime オブジェクトから naive な datetime オブジェクトを生成するために、tzinfo=None を指定することもできます。 - Python
  • Macros to extract fields from datetime objects.
    以下のマクロは datetime オブジェクトからフィールド値を取り出すためのものです。 - Python
  • Write the XML-RPC encoding of this DateTime item to the out stream object.
    出力ストリームオブジェクト out に、XML-RPCエンコーディングのDateTime値を出力します。 - Python
  • The smallest year number allowed in a date or datetime object.
    date や datetime オブジェクトで許されている、年を表現する最小の数字です。 - Python
  • The largest year number allowed in a date or datetime object.
    date や datetime オブジェクトで許されている、年を表現する最大の数字です。 - Python
  • Various date and time objects are supplied by the datetime module.
    datetime モジュールでは、様々な日付オブジェクトや時刻オブジェクトを提供しています。 - Python
  • Subtraction of a datetime from a datetime is defined only if both operands are naive, or if both are aware.
    datetime から datetime の減算は両方の被演算子がnaive であるか、両方とも aware である場合にのみ定義されています片方が aware でもう一方が naive の場合、 TypeError が送出されます。 - Python
  • This is called from the default datetime.
    デフォルトの datetime.astimezone() 実装で呼び出されます。 - Python
  • Return a datetime. datetime object with the specified year, month,day, hour, minute, second and microsecond.New in version 2.4.
    指定された年、月、日、時、分、秒、マイクロ秒のdatetime.datetime オブジェクトを返します。 - Python
  • Note that noconcrete tzinfo classes are supplied by the datetime module.
    datetime モジュールでは具体的な tsinfo クラスを提供していないので注意してください。 - Python
  • Create and return a new datetime. date object given an argument tuple suitable for passing to datetime.
    dateitme.date.fromtimestamp() に渡すのに適した引数タプルから新たな datetime.date オブジェクトを生成して返します。 - Python
  • The Datetime menu of the BPEL Mapper is shown below.
    BPEL マッパーの「日時」メニューを次に示します。 - NetBeans
  • Return a datetime with the same members, except for those members given new values by whichever keyword arguments are specified.
    キーワード引数で指定したメンバの値を除き、同じ値をもつ datetime オブジェクトを返します。 - Python
  • Return a datetime.
    指定された年、月、日のdatetime.date オブジェクトを返します。 - Python
  • Return a new datetime object whose date members are equal to the given date object's, and whose time and tzinfo members are equal to the given time object's.For any datetime object d,
    与えられた date オブジェクトと同じデータメンバを持ち、時刻と tzinfo メンバが与えられた time オブジェクトと等しい、新たな datetime オブジェクトを返します。 - Python
  • Return the time zone name corresponding to the datetime object dt, as a string.Nothing about string names is defined by the datetime module, and there's no requirement that it mean anything in particular.
    datetime オブジェクト dt に対応するタイムゾーン名を文字列で返します。 datetime モジュールでは文字列名について何も定義しておらず、特に何かを意味するといった要求仕様もまったくありません。 - Python
  • This converter applies, for example, when you bind to a web service that has a field of type dateTime.
    この変換は、dateTime 型のフィールドがある Web サービスへのバインドを行う場合などに適用されます。 - NetBeans
  • A datetime object is a single object containing all the information from a date object and a time object.
    datetime オブジェクトは date オブジェクトおよびtime オブジェクトの全ての情報が入っている単一のオブジェクトです。 - Python
  • In Boolean contexts, all datetime objects are considered to be true.Instance methods:
    ブール演算コンテキストでは、全ての datetime オブジェクトは真であるとみなされます。 インスタンスメソッドを以下に示します: - Python
  • A datetime object passes itself as the argument, and a time object passesNone as the argument.
    datetimeオブジェクトは自身を引数としてメソッドに渡し、time オブジェクトは引数として None をメソッドに渡します。 - Python
  • The Datetime menu contains the following functions:
    「日時」メニューには、次の関数が含まれています。 - NetBeans
  • The latest representable time, time(23, 59, 59, 999999).
    表現できる最も新しい datetime で、time(23, 59, 59, 999999, tzinfo=None) です。 - Python
  • The object passed as the tzinfo argument to the datetime constructor, or None if none was passed.
    datetime コンストラクタに tzinfo 引数として与えられたオブジェクトになり、何も渡されなかった場合には Noneになります。 - Python
  • Exactly which methods are needed depends on the uses made of aware datetime objects.
    厳密にどのメソッドが必要なのかは、aware な datetime オブジェクトがこのサブクラスのインスタンスをどのように使うかに依存します。 - Python
  • These methods are called by a datetime or time object,in response to their methods of the same names.
    以下のメソッドは datetime や time オブジェクトにおいて、同名のメソッドが呼び出された際に応じて呼び出されます。 - Python
  • The earliest representable time, time(0, 0, 0, 0).
    表現できる最も古い datetime で、time(0, 0, 0, 0) です。 The earliest representable time, time(0, 0, 0, 0). - Python
1 2 次へ>

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • NetBeans
    © 2010, Oracle Corporation and/or its affiliates.
    Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  • Python
    Copyright 2001-2004 Python Software Foundation.All rights reserved.
    Copyright 2000 BeOpen.com.All rights reserved.
    Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
    Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.