Pacchetto | com.adobe.icomm.assetplacement.controller.utils |
Classe | public class ExpiryDateFormat |
Ereditarietà | ExpiryDateFormat DateFormatter Formatter Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Proprietà pubbliche
Proprietà protette
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Construct an ExpiryDateFormatter object. | ExpiryDateFormat | ||
[override]
Generates a date-formatted String from either a date-formatted String or a Date object. | DateFormatter | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
[statico]
Given a date string of the form YYYY-MM-DD create and return
the equivalent Date object. | ExpiryDateFormat | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Metodi protetti
Descrizione della funzione di costruzione
ExpiryDateFormat | () | Funzione di costruzione |
public function ExpiryDateFormat()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Construct an ExpiryDateFormatter object.
Descrizione dei metodi
parseDateString | () | metodo |
public static function parseDateString(str:String):Date
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Given a date string of the form YYYY-MM-DD create and return the equivalent Date object.
Parametri
str:String — A string representing a date in the format YYYY-MM-DD.
|
Date — A Date object or null if the string is empty or does not conform to YYYY-MM-DD.
|
Tue Jun 12 2018, 02:44 PM Z