nsIScriptableDateFormat
| IID: | 0c89efb0-1aae-11d3-9141-006008a6edf6 |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Constants
Methods
PRUnichar* FormatDate ( PRUnichar* locale , PRInt32 dateFormatSelector , PRInt32 year , PRInt32 month , PRInt32 day )
PRUnichar* FormatDateTime ( PRUnichar* locale , PRInt32 dateFormatSelector , PRInt32 timeFormatSelector , PRInt32 year , PRInt32 month , PRInt32 day , PRInt32 hour , PRInt32 minute , PRInt32 second )
PRUnichar* FormatTime ( PRUnichar* locale , PRInt32 timeFormatSelector , PRInt32 hour , PRInt32 minute , PRInt32 second )
PRUnichar* FormatDate ( PRUnichar* locale , PRInt32 dateFormatSelector , PRInt32 year , PRInt32 month , PRInt32 day )
- Arguments:
- locale
- dateFormatSelector
- year
- month
- day
PRUnichar* FormatDateTime ( PRUnichar* locale , PRInt32 dateFormatSelector , PRInt32 timeFormatSelector , PRInt32 year , PRInt32 month , PRInt32 day , PRInt32 hour , PRInt32 minute , PRInt32 second )
- Arguments:
- locale
- dateFormatSelector
- timeFormatSelector
- year
- month
- day
- hour
- minute
- second
PRUnichar* FormatTime ( PRUnichar* locale , PRInt32 timeFormatSelector , PRInt32 hour , PRInt32 minute , PRInt32 second )
- Arguments:
- locale
- timeFormatSelector
- hour
- minute
- second
Reference documentation is generated from Mozilla's source.
