|
|
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# |
|
|---|---|
public class ExtendedFormat
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class ExtendedFormat
|
|
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
|
|
ExtendedFormat |
Initializes a new instnace of the ExtendedFormat class with a format.
|
Public Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
GetDays |
Gets the days to expire.
|
|
|
GetDaysOfWeek |
Gets the days of the week to expire.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetHours |
Gets the hours to expire.
|
|
|
GetMinutes |
Gets the minutes to expire.
|
|
|
GetMonths |
Gets the months of the year to expire.
|
|
|
GetType | (Inherited from Object.) |
|
|
IsExpired |
Determines if the time has expired.
|
|
|
ToString | (Inherited from Object.) |
|
|
Validate |
Validates the format.
|
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
|
|
ExpireEveryDay |
Determines if item should expire every day.
|
|
|
ExpireEveryDayOfWeek |
Determines if should expire every day of the week.
|
|
|
ExpireEveryHour |
Determines if should expire every hour.
|
|
|
ExpireEveryMinute |
Determines if should expire every minute.
|
|
|
ExpireEveryMonth |
Determines if should expire every month.
|
|
|
Format |
Gets the exteneded format.
|