GetStartEndOfWeek

Description

This activity returns the start and end date of a week given its number during a specific year.


Culture

CultureInfo InArgument<CultureInfo> REQUIRED

Provides information about a specific culture. The information includes the names for the culture, the writing system, the calendar used, the sort order of strings, and formatting for dates and numbers.


Input

WeekNumber InArgument<Int32> REQUIRED

The number of the week you want to know the start or the end.

Year InArgument<Int32> REQUIRED

The year as integer of the week you want to know the start or the end.


Result

The end date of the specified week.

StartDate OutArgument<DateTime>

The start date of the specified week.