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!

GregorianCalendar.CalendarType

[To be supplied.]

[Visual Basic]
Overridable Public Property CalendarType As GregorianCalendarTypes
[C#]
public GregorianCalendarTypes CalendarType {virtual get; virtual
   set;}
[C++]
public: __property virtual GregorianCalendarTypes get_CalendarType();
public: __property virtual void set_CalendarType(GregorianCalendarTypes);
[JScript]
public function get CalendarType() : GregorianCalendarTypes;
public function set CalendarType(GregorianCalendarTypes);

See Also

GregorianCalendar Class | GregorianCalendar Members | System.Globalization Namespace