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!

CalendarTable.GetStringValue

[To be supplied.]

[Visual Basic]
Public Shared Function GetStringValue( _
   ByVal calendarID As Integer, _
   ByVal field As Integer _
) As String
[C#]
public static string GetStringValue(
   int calendarID,
   int field
);
[C++]
public: static String* GetStringValue(
   int calendarID,
   int field
);
[JScript]
public static function GetStringValue(
   calendarID : int,
   field : int
) : String;

Parameters

calendarID
[To be supplied.]
field
[To be supplied.]

See Also

CalendarTable Class | CalendarTable Members | System.Globalization Namespace