DateTimePatternGenerator.GetSkeletons Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return a list of all the skeletons (in canonical form) from this class, and the patterns that they map to.
[Android.Runtime.Register("getSkeletons", "(Ljava/util/Map;)Ljava/util/Map;", "GetGetSkeletons_Ljava_util_Map_Handler", ApiSince=24)]
public virtual System.Collections.Generic.IDictionary<string,string>? GetSkeletons (System.Collections.Generic.IDictionary<string,string>? result);
[<Android.Runtime.Register("getSkeletons", "(Ljava/util/Map;)Ljava/util/Map;", "GetGetSkeletons_Ljava_util_Map_Handler", ApiSince=24)>]
abstract member GetSkeletons : System.Collections.Generic.IDictionary<string, string> -> System.Collections.Generic.IDictionary<string, string>
override this.GetSkeletons : System.Collections.Generic.IDictionary<string, string> -> System.Collections.Generic.IDictionary<string, string>
Parameters
- result
- IDictionary<String,String>
an output Map in which to place the mapping from skeleton to pattern. If you want to see the internal order being used, supply a LinkedHashMap. If the input value is null, then a LinkedHashMap is allocated. <p> Issue: an alternate API would be to just return a list of the skeletons, and then have a separate routine to get from skeleton to pattern.
Returns
the input Map containing the values.
- Attributes
Remarks
Return a list of all the skeletons (in canonical form) from this class, and the patterns that they map to.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.