Return the UTC datetime when this object's local date starts.

Synopsis

Declared in <bdlt_datetz.h>

Datetime
gmtStartTime() const;

Description

Return a Datetime object having the value of the UTC "point in time" when the local date starts (i.e., 0000 hours local time). The behavior is undefined unless the local date starting time represents a valid Datetime value for the UTC timezone. Note that the returned value is equal to: ` Datetime(localDate()).addMinutes(‐offset()); `

DEPRECATED: replaced by utcStartTime.

Return Value

the UTC datetime when this object's local date starts

Created with MrDocs