Click or drag to resize

Calendar Methods

The Calendar type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTimeGridCreates a time grid for future calculations.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsHolidayIs the given date a good business day or not?
Public methodRollRolls a date up or down a number of working days.
Public methodRollFollowingRolls a date up to the next business day.
Public methodRollModifiedFollowingRolls a date up using the Modified Following convention.
Public methodRollModifiedPreviousRolls a date up using the Modified Previous convention.
Public methodRollPreviousRolls a date down to the previous business day.
Public methodToStringGets a text representation of the calendar.
(Overrides ObjectToString)
Top
See Also