OBSOLETE. Use GetDateTimeFormats instead.
[Visual Basic] Overloads Public Function GetAllDateTimes( _ ByVal isop As IServiceObjectProvider _ ) As String () [C#] public string[] GetAllDateTimes( IServiceObjectProvider isop ); [C++] public: String* GetAllDateTimes( IServiceObjectProvider* isop ) []; [JScript] public function GetAllDateTimes( isop : IServiceObjectProvider ) : String[];
A string array containing all the known date and time options.
The GetAllDateTimes method returns a string array containing all the known date and time options, using the information provided by IServiceObjectProvider. The strings returned are proper time and culture strings for the current instance of DateTime.
The value of this instance is formatted in every way known by the object obtained from the specified IServiceObjectProvider instance, which can provide a DateTimeFormatInfo object ('F', 'G', 'D', etc.)
Returns a String array containing all of the known date and time options provided by IServiceObjectProvider.
(See CurrentCulture for addition culture specific information.)
DateTime Structure | DateTime Members | System Namespace | DateTime.GetAllDateTimes Overload List | IServiceObjectProvider | String