Searched refs:fromDateTime (Results 1 – 9 of 9) sorted by relevance
/external/python/pyasn1/tests/type/ |
D | test_useful.py | 49 …assert useful.GeneralizedTime.fromDateTime(datetime.datetime(2017, 7, 11, 0, 1, 2, 3000, tzinfo=UT… 104 …assert useful.UTCTime.fromDateTime(datetime.datetime(2017, 7, 11, 0, 1, 2, tzinfo=UTC)) == '170711…
|
/external/protobuf/php/src/Google/Protobuf/ |
D | Timestamp.php | 183 public function fromDateTime(\DateTime $datetime) function in Google\\Protobuf\\Timestamp
|
/external/python/pyasn1/docs/source/pyasn1/type/useful/ |
D | utctime.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, asDateTime, fromDateTime
|
D | generalizedtime.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, asDateTime, fromDateTime
|
/external/python/pyasn1/pyasn1/type/ |
D | useful.py | 129 def fromDateTime(cls, dt): member in TimeMixIn
|
/external/protobuf/php/tests/ |
D | memory_leak_test.php | 155 $timestamp->fromDateTime($from);
|
D | well_known_test.php | 315 $timestamp->fromDateTime($from);
|
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 1565 PHP_ME(Timestamp, fromDateTime, NULL, ZEND_ACC_PUBLIC) 1594 PHP_METHOD(Timestamp, fromDateTime) { argument
|
D | protobuf.h | 1232 PHP_METHOD(Timestamp, fromDateTime);
|