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

[To be supplied.]

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

Parameters

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

See Also

CalendarTable Class | CalendarTable Members | System.Globalization Namespace