Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CreateCustomTimeZone() [2/3]

static TimeZoneInfo System.TimeZoneInfo.CreateCustomTimeZone ( string id,
TimeSpan baseUtcOffset,
string? displayName,
string? standardDisplayName,
string? daylightDisplayName,
AdjustmentRule?[] adjustmentRules )
inlinestatic

Definition at line 1489 of file TimeZoneInfo.cs.

1490 {
1492 }
static TimeZoneInfo CreateCustomTimeZone(string id, TimeSpan baseUtcOffset, string? displayName, string? standardDisplayName)

References System.TimeZoneInfo.CreateCustomTimeZone().