DateField Enumeration

 

Represents a particular field of a DateTime.

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

Syntax

public enum DateField
public enum class DateField
type DateField
Public Enumeration DateField

Members

Member name Description
Day

The day value.

Hour

The hour value.

Kind

The Kind Value.

Minute

The minute value.

Month

The month value.

Second

The second value.

Year

The year value.

See Also

Microsoft.Activities.Expressions Namespace

Return to top