Partager via


OutputStartModeTypeConverter Class

Definition

Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.

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

Constructors

OutputStartModeTypeConverter()

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