ClientTimestampNTZTimezone
Controls how to handle the Timestamp_NTZ value since the Timestamp_NTZ type is a value without time zone.
Possible Values
Local, UTC, UnspecifiedData Type
string
Default Value
"Local"
Remarks
There are three accepted values: Local, UTC, and Unspecified.
- Local: Returns a DateTime value with its Kind property set to DateTimeKind.Local.
- UTC: Returns a DateTime value with its Kind property set to DateTimeKind.Utc.
- Unspecified: Returns a DateTime value with its Kind property set to DateTimeKind.Unspecified.