Parastream™ PagePorter™

Date and Time

A custom control that implements the FrontPage Date and Time (“Datetime”) control.

FpTimeStamp displays the date and time of its parent web page in any desired format.

Public Instance Properties

Property Summary
Format Gets or sets the value that describes the format used to display the date and time. See the System.DateTime.ToString method for details on format strings.
Type Gets or sets the type of date and time to display.
  • Created – Displays the date and time the file was created.
  • Edited – Displays the date and time the file was last edited.
  • Modified – Displays the date and time the file was last regenerated or otherwise modified. Always at least as recent as Edited.
  • Spanned – Displays two values, Created and Edited, separated by a dash. Useful for copyright messages.
SpanSeparator The string to display between the dates if Type is Spanned.

See Also

Web Controls