示例#1
0
 /// <summary>
 /// Get a time instance of the DateFormat, which can be used for formatting.
 /// </summary>
 /// <param name="oFormatOptions">Object which defines the format options</param>
 /// <returns>time instance of the DateFormat</returns>
 public extern static sap.ui.core.format.DateFormat getTimeInstance(sap.ui.core.format.DateFormat.InstanceOptions oFormatOptions);
示例#2
0
 /// <summary>
 /// Get a datetime instance of the DateFormat, which can be used for formatting.
 /// </summary>
 /// <param name="oFormatOptions">Object which defines the format options</param>
 /// <param name="oLocale">Locale to ask for locale specific texts/settings</param>
 /// <returns>datetime instance of the DateFormat</returns>
 public extern static sap.ui.core.format.DateFormat getDateTimeInstance(sap.ui.core.format.DateFormat.InstanceOptions oFormatOptions, sap.ui.core.Locale oLocale);