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 methods.

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.)

See Also

Advanced