GregorianProvider Methods

The GregorianProvider type exposes the following members.

Methods
  NameDescription
Public methodAddInterval
Adds the intervals to a specified time value.
(Overrides TimeDimensionProviderAddInterval(DateTime, Int32, Int32).)
Public methodEnumerateAttributeMembers
Enumerates the attribute member unique names.
(Overrides TimeDimensionProviderEnumerateAttributeMembers(Int32).)
Public methodEnumerateMembers
Enumerates the member unique names.
(Overrides TimeDimensionProviderEnumerateMembers(Int32, DateTime, DateTime).)
Public methodGetAttributeUniqueName
Gets the unique name of the attribute member.
(Overrides TimeDimensionProviderGetAttributeUniqueName(DateTime, Int32).)
Public methodGetCustomConfigurationUI
Gets the custom configuration UI based on the requested content type.
(Inherited from TimeDimensionProvider.)
Public methodGetIntervalFromUniqueName
Gets the time interval from the unique name.
(Overrides TimeDimensionProviderGetIntervalFromUniqueName(String).)
Public methodGetIntervalStartDate
Gets the interval start date.
(Overrides TimeDimensionProviderGetIntervalStartDate(DateTime, Int32).)
Public methodGetMemberCaption
Gets the member caption.
(Overrides TimeDimensionProviderGetMemberCaption(String, String).)
Public methodGetSharedMemberUniqueName
Gets the unique name of the shared member.
(Overrides TimeDimensionProviderGetSharedMemberUniqueName(String).)
Public methodGetTimeDifference
Calculates the number of members between the specified dates.
(Overrides TimeDimensionProviderGetTimeDifference(DateTime, DateTime, Int32).)
Public methodGetTimeFromUniqueName
Gets the member start time.
(Overrides TimeDimensionProviderGetTimeFromUniqueName(String).)
Public methodGetUniqueNameFromTime
Gets the member from time.
(Overrides TimeDimensionProviderGetUniqueNameFromTime(DateTime, Int32).)
Protected methodLocalize
Localizes the specified string using the engine localization service.
Top
See Also