Share via


TimeAggregationTypeTypeConverter Class

Definition

time aggregation type. How the data that is collected should be combined over time. The default value is Average.

public class TimeAggregationTypeTypeConverter : System.Management.Automation.PSTypeConverter
type TimeAggregationTypeTypeConverter = class
    inherit PSTypeConverter
Public Class TimeAggregationTypeTypeConverter
Inherits PSTypeConverter
Inheritance
TimeAggregationTypeTypeConverter

Constructors

TimeAggregationTypeTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to