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!

JulianCalendar Methods

The methods of the JulianCalendar class are listed below. For a complete list of JulianCalendar class members, see the JulianCalendar Members topic.

Public:

AddDays (inherited from Calendar) Returns the DateTime object resulting from adding a fractional number of days to the specified DateTime.
AddHours (inherited from Calendar) Returns the DateTime resulting from adding a fractional number of hours to the specified DateTime.
AddMilliseconds (inherited from Calendar) Returns the DateTime resulting from adding the specified number of milliseconds to the specified DateTime.
AddMinutes (inherited from Calendar) Returns the DateTime resulting from adding a fractional number of minutes to the specified DateTime.
AddMonths (inherited from GregorianCalendar) Returns the DateTime resulting from adding the given number of months to the specified DateTime.
AddSeconds (inherited from Calendar) Returns the DateTime resulting from adding a number of seconds to the specified DateTime.
AddWeeks (inherited from GregorianCalendar) Returns the DateTime resulting from adding a number of weeks to the specified DateTime.
AddYears (inherited from GregorianCalendar) Returns the DateTime resulting from adding the given number of years to the specified DateTime.
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetDayOfMonth (inherited from GregorianCalendar) Returns the day-of-month part of the given DateTime.
GetDayOfWeek (inherited from GregorianCalendar) Returns the day-of-week part of the specified DateTime.
GetDayOfYear (inherited from GregorianCalendar) Returns the day-of-year part of the specified DateTime.
GetDaysInMonth (inherited from GregorianCalendar) Overloaded. [To be supplied.]
GetDaysInYear (inherited from GregorianCalendar) Overloaded. [To be supplied.]
GetEra (inherited from GregorianCalendar) Overloaded. [To be supplied.]
GetEraName (inherited from GregorianCalendar) [To be supplied.]
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetHour (inherited from Calendar) Returns the hour part of the specified DateTime.
GetMilliseconds (inherited from Calendar) Returns the millisecond part of the specified DateTime.
GetMinute (inherited from Calendar) Returns the minute part of the specified DateTime.
GetMonth (inherited from GregorianCalendar) Returns the month part of the specified DateTime.
GetMonthsInYear (inherited from Calendar) Overloaded. [To be supplied.]
GetSecond (inherited from Calendar) Returns the second [RB26] part of the specified DateTime.
GetType (inherited from Object) Gets the Type of the Object.
GetWeekOfYear (inherited from GregorianCalendar) Returns the week of year for the given Datetime.
GetYear (inherited from GregorianCalendar) Returns the year part of the specified DateTime.
IsLeapDay (inherited from Calendar) Overloaded. [To be supplied.]
IsLeapMonth (inherited from GregorianCalendar) Overloaded. [To be supplied.]
IsLeapYear Overloaded. [To be supplied.]
ToDateTime (inherited from Calendar) Overloaded. Returns [RB39] the date and time converted to a DateTime value.
ToFourDigitYear (inherited from Calendar) Converts the specified year to the appropriate century by using the TwoDigitYearMax property.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

JulianCalendar Class | System.Globalization Namespace