Click or drag to resize

DayNormalization Methods

The DayNormalization type exposes the following members.

Methods
 NameDescription
Public methodEquals(DayNormalization) Returns true if other represents the same day normalization; false otherwise.
Public methodEquals(Object) Returns true if obj is the same DayNormalization as this; false otherwise.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode)
Public methodStatic memberGetValues Returns an array of the available DayNormalization values.
Public methodToString Returns a non-null, non-empty string representation of this item in the format required to specify a DayNormalization in the request XML ("Weighted", "Unweighted", or "None").
(Overrides ValueTypeToString)
Top
See Also