GetWeekNumber

Description

This activity returns the number of the week of a specific day.


Culture

CultureInfo InArgument<CultureInfo>

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.


Day

Day InArgument<DateTime> REQUIRED

A day of the week you want to get the number


Misc

Result OutArgument<Int32>