NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTime.GetAllDateTimes (IServiceObjectProvider)

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[];

Parameters

isop
The IServiceObjectProvider instance.

Return Value

A string array containing all the known date and time options.

Remarks

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.)

See Also

DateTime Structure | DateTime Members | System Namespace | DateTime.GetAllDateTimes Overload List | IServiceObjectProvider | String