This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ExtendedFormat
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ExtendedFormat

The type exposes the following members.

Public Constructors

  Name Description
Public method ExtendedFormat
Initializes a new instnace of the ExtendedFormat class with a format.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetDays
Gets the days to expire.
Public method GetDaysOfWeek
Gets the days of the week to expire.
Public method GetHashCode (Inherited from Object.)
Public method GetHours
Gets the hours to expire.
Public method GetMinutes
Gets the minutes to expire.
Public method GetMonths
Gets the months of the year to expire.
Public method GetType (Inherited from Object.)
Public method IsExpired
Determines if the time has expired.
Public method ToString (Inherited from Object.)
Public method Static member Validate
Validates the format.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property ExpireEveryDay
Determines if item should expire every day.
Public property ExpireEveryDayOfWeek
Determines if should expire every day of the week.
Public property ExpireEveryHour
Determines if should expire every hour.
Public property ExpireEveryMinute
Determines if should expire every minute.
Public property ExpireEveryMonth
Determines if should expire every month.
Public property Format
Gets the exteneded format.

See Also

Advanced