Click or drag to resize
TimeZoneInfoProviderCreateRuleDateTime Method (String, Int32)
Returns DateTime for specified rule and year.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static DateTime CreateRuleDateTime(
	string rule,
	int year
)

Parameters

rule
Type: SystemString
Rule
year
Type: SystemInt32
Year

Return Value

Type: DateTime
See Also