Create a user field value having the specified datetime‐with‐timezone value.
Synopsis
Declared in <ball_userfieldvalue.h>
explicit
UserFieldValue(
bdlt::DatetimeTz const& value,
bslma::Allocator* basicAllocator = 0);
Parameters
Name |
Description |
value |
datetime with timezone |
basicAllocator |
memory allocator; null uses the default |
Created with MrDocs