MongoDB\BSON\UTCDateTimeInterface::toDateTime

(mongodb >=1.3.0)

MongoDB\BSON\UTCDateTimeInterface::toDateTime — 이 UTCDateTimeInterface의 DateTime 표현을 반환합니다.


설명

abstract public MongoDB\BSON\UTCDateTimeInterface::toDateTime(): DateTime


매개변수

이 함수에는 매개변수가 없습니다.


반환 값

이 UTCDateTimeInterface의 DateTime 표현을 반환합니다. 반환된 DateTimee은 UTC 표준 시간대를 사용해야 합니다.


기타