次の方法で共有


FrequencyUnitTypeConverter Class

Definition

The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)

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

Constructors

FrequencyUnitTypeConverter()

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