Share via


CreateDate.Kind Property

 

Get or sets the kind of the DateTime, local or UTC.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[DefaultValueAttribute(null)]
public InArgument<DateTimeKind> Kind {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property InArgument<DateTimeKind>^ Kind {
    [CompilerGeneratedAttribute]
    InArgument<DateTimeKind>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<DateTimeKind>^ value);
}
[<DefaultValueAttribute(null)>]
member Kind : InArgument<DateTimeKind> with get, set
<DefaultValueAttribute(Nothing)>
Public Property Kind As InArgument(Of DateTimeKind)

Property Value

Type: System.Activities.InArgument<DateTimeKind>

Returns the kind of the DateTime.

See Also

CreateDate Class
Microsoft.Activities.Expressions Namespace

Return to top