ConvertDateAndTimeBehaviorRequest.ConversionRule Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the conversion rule to apply. Required.
public:
property System::String ^ ConversionRule { System::String ^ get(); void set(System::String ^ value); };
public string ConversionRule { get; set; }
member this.ConversionRule : string with get, set
Public Property ConversionRule As String
Property Value
The conversion rule name to apply.
Remarks
The valid values for this parameter are available in the DateTimeBehaviorConversionRule class.