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 Constructor (GregorianCalendarTypes)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal type As GregorianCalendarTypes _
)
[C#]
public GregorianCalendar(
   GregorianCalendarTypes type
);
[C++]
public: GregorianCalendar(
   GregorianCalendarTypes type
);
[JScript]
public function GregorianCalendar(
   type : GregorianCalendarTypes
);

Parameters

type
[To be supplied.]

See Also

GregorianCalendar Class | GregorianCalendar Members | System.Globalization Namespace | GregorianCalendar Constructor Overload List