PagePorter Class Library

FpTimeStampType Enumeration

Specifies the type of time stamp to display in the FpTimeStamp control.

[Visual Basic]
Public Enum FpTimeStampType
[C#]
public enum FpTimeStampType

Members

Member Name Description
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.

Requirements

Namespace: Parastream.Web.UI.WebControls

Assembly: FpCtrls (in FpCtrls.dll)

See Also

Parastream.Web.UI.WebControls Namespace