Click or drag to resize

GlobalsGetTimeZoneOffset(TimeZoneInfo, Boolean) Method


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public static TimeSpan GetTimeZoneOffset(
	TimeZoneInfo timeZoneInfo,
	bool isUTC = true
)

Parameters

timeZoneInfo  TimeZoneInfo
 
isUTC  Boolean  (Optional)
 

Return Value

TimeSpan
See Also