Add a Row that contains two cells, a Caption and a Date value and small Time Zone description after the Date.

Syntax

ISSummaryTableRows.AddCaptionDateTimeWithTimeZone(caption, value, timeZoneId, [textCellClass], [additionalSmallSuffix], [useWindowsTimeZoneDisplayName])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
value Date The Date value.
timeZoneId String The Time Zone to show. Passing a blank String uses the "Local" time zone.
textCellClass iseSummaryTableCellClass Optional The CellClass for the Text value cell. If omitted, a 'NormalBold' class will be assumed. If omitted, a value of iseSummaryTableCellClass.NormalBold is assumed.
additionalSmallSuffix String Optional
useWindowsTimeZoneDisplayName Boolean Optional If omitted, a value of False is assumed.

Return Value

ISSummaryTableRow

A new ISSummaryTableRow object.

Member of:
ISSummaryTableRows
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0