nativeGetTimeZoneMinuteOffset() private method

private nativeGetTimeZoneMinuteOffset ( ) : int
return int
Example #1
0
 internal CurrentSystemTimeZone()
 {
     this.m_ticksOffset  = (long)CurrentSystemTimeZone.nativeGetTimeZoneMinuteOffset() * 600000000L;
     this.m_standardName = null;
     this.m_daylightName = null;
 }