Click or drag to resize

TimeZoneAndEmailSettingsShowUtcOffsetForTime Property

If true, extracted text date/times for emails, appointments, tasks, journal objects, etc., are outputted with UTC offset.

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool ShowUtcOffsetForTime { get; set; }

Property Value

Boolean
Remarks

Note: this property setting is ignored if property EmailDateTimeFormat is set to RFC1123, as this date/time format always expresses time as Coordinated Universal Time (UTC).

If ShowUtcOffsetForTimeText is true, the time zone converted date/times for emails, appointments, tasks, journal objects, etc., have the following output format:

"5/18/2017 1:30 AM UTC-0:700" (with property EmailDateTimeFormat set to MonthDayYearTime)

If false, date/times have the following output format:

"5/18/2017 1:30 AM" (with property EmailDateTimeFormat set to MonthDayYearTime)

Default property value: MonthDayYearTime

See Also