1016万例文収録!

「dateTime」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > dateTimeの意味・解説 > dateTimeに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

dateTimeを含む例文一覧と使い方

該当件数 : 69



例文

Compares datetime to datetime.(4) 例文帳に追加

datetimedatetime と比較します。 (4) - Python

datetime method 例文帳に追加

datetime のメソッド - Python

date (class in datetime),[Link] 例文帳に追加

date (datetime のクラス) - Python

datetime attribute 例文帳に追加

datetime の属性 - Python

例文

in module datetime 例文帳に追加

datetime モジュール - Python


例文

time (class in datetime),[Link] 例文帳に追加

time (datetime のクラス) - Python

timedelta (class in datetime),[Link] 例文帳に追加

timedelta (datetime のクラス) - Python

class in datetime 例文帳に追加

datetime のクラス - Python

datetime (class in datetime),[Link] 例文帳に追加

datetime (組み込み モジュール) - 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

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 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

datetime objects can be used as dictionary keys. 例文帳に追加

datetime オブジェクトは辞書のキーとして用いることができます。 - Python

If datetime instance d is naive, this is the same as 例文帳に追加

datetime インスタンス d が naive の場合、このメソッドは - Python

Create and return a new datetime. datetime object given an argument tuple suitable for passing to datetime.例文帳に追加

dateitme.datetime.fromtimestamp() に渡すのに適した引数タプルから新たな datetime.datetime オブジェクトを生成して返します。 - Python

Figure 8: The BPEL Mapper Datetime Menu 例文帳に追加

図 8: BPEL マッパーの「日時」メニュー - NetBeans

tz.fromutc(datetime. utcfromtimestamp(timestamp).replace(tzinfo=tz)). 例文帳に追加

tz.fromutc(datetime.utcfromtimestamp(timestamp).replace(tzinfo=tz))と等価になります。 - 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

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

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

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

This converter applies, for example, when you bind to a web service that has a field of type dateTime. 例文帳に追加

この変換は、dateTime 型のフィールドがある Web サービスへのバインドを行う場合などに適用されます。 - NetBeans

Write the XML-RPC encoding of this DateTime item to the out stream object. 例文帳に追加

出力ストリームオブジェクト out に、XML-RPCエンコーディングのDateTime値を出力します。 - Python

Return a datetime with the same members, except for those members given new values by whichever keyword arguments are specified.例文帳に追加

キーワード引数で指定したメンバの値を除き、同じ値をもつ datetime オブジェクトを返します。 - Python

Various date and time objects are supplied by the datetime module.例文帳に追加

datetime モジュールでは、様々な日付オブジェクトや時刻オブジェクトを提供しています。 - 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

Create and return a new datetime. date object given an argument tuple suitable for passing to datetime.例文帳に追加

dateitme.date.fromtimestamp() に渡すのに適した引数タプルから新たな datetime.date オブジェクトを生成して返します。 - Python

Note that noconcrete tzinfo classes are supplied by the datetime module.例文帳に追加

datetime モジュールでは具体的な tsinfo クラスを提供していないので注意してください。 - Python

The Datetime menu contains the following functions: 例文帳に追加

「日時」メニューには、次の関数が含まれています。 - NetBeans

The Datetime menu of the BPEL Mapper is shown below. 例文帳に追加

BPEL マッパーの「日時」メニューを次に示します。 - NetBeans

Return a datetime. 例文帳に追加

指定された年、月、日のdatetime.date オブジェクトを返します。 - 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

The latest representable time, time(23, 59, 59, 999999). 例文帳に追加

表現できる最も新しい datetime で、time(23, 59, 59, 999999, tzinfo=None) です。 - 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 is called from the default datetime. 例文帳に追加

デフォルトの datetime.astimezone() 実装で呼び出されます。 - Python

A datetime object is a single object containing all the information from a date object and a time object.例文帳に追加

datetime オブジェクトは date オブジェクトおよびtime オブジェクトの全ての情報が入っている単一のオブジェクトです。 - Python

The object passed as the tzinfo argument to the datetime constructor, or None if none was passed.例文帳に追加

datetime コンストラクタに tzinfo 引数として与えられたオブジェクトになり、何も渡されなかった場合には Noneになります。 - Python

If not, when a datetime object is compared to an object of a different type, TypeError is raised unless the comparison is == or !=.例文帳に追加

そうでない場合、datetime オブジェクトと異なる型のオブジェクトが比較されると、比較演算子が == または !=でないかぎり TypeError が送出されます。 - Python

In Boolean contexts, all datetime objects are considered to be true.Instance methods:例文帳に追加

ブール演算コンテキストでは、全ての datetime オブジェクトは真であるとみなされます。 インスタンスメソッドを以下に示します: - Python

Exactly which methods are needed depends on the uses made of aware datetime objects.例文帳に追加

厳密にどのメソッドが必要なのかは、aware な datetime オブジェクトがこのサブクラスのインスタンスをどのように使うかに依存します。 - Python

例文

must return the same result for every datetime dt with例文帳に追加

全ての datetime オブジェクトdt について常に同じ結果を返さなければならないという点で、一貫性を持っていなければなりません。 - Python

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
© 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS