DateTimeBehavior.Implicit(String to DateTimeBehavior) Operator
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.
public:
static operator Microsoft::Xrm::Sdk::Metadata::DateTimeBehavior ^(System::String ^ behavior);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Clients who do not support operator overloading can use the constructor")]
public static implicit operator Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior (string behavior);
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Clients who do not support operator overloading can use the constructor")>]
static member op_Implicit : string -> Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior
Public Shared Widening Operator CType (behavior As String) As DateTimeBehavior
Parameters
- behavior
- String
Returns
Returns DateTimeBehavior.
- Attributes