DateTimeCultureExtensions.

GetDateTimeInputCulture(IExecutionContext) Method

Summary

Gets the System.Globalization.CultureInfo for the date input culture.

Syntax

public static CultureInfo GetDateTimeInputCulture(this IExecutionContext context)

Parameters

Name Type Description
context IExecutionContext The execution context.

Return Value

Type Description
CultureInfo The date input culture.
GitHub