Add a Row that contains two cells, a Caption and a Date including Time Zone information which a renderer can choose to ignore to use to display extended information.

Internally, this simply uses the ISSupport.FormatDateAndTimeZoneAsWikiText method to produce the cell content.

Syntax

ISSummaryTableRows.AddCaptionUtcDateTimeWithTimeZone(caption, utcDate, timeZoneId, [prefixWikiText])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
utcDate Date The Date value.
timeZoneId String The Time Zone Id.
prefixWikiText String Optional An optional Prefix, e.g., "**Published** --on-- ". Will not be included if utcDate = Nothing.

Return Value

ISSummaryTableRow

A new ISSummaryTableRow object.

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