Java TimeZone getRawOffset() MethodThe getRawOffset() method of TimeZone class returns the time in milliseconds for the given TimeZone. The values are affected by the daylight saving time that is why it is called the raw offset. SyntaxReturnsIt returns raw offset time in milliseconds Example 1Output: Raw Offset value :10800000 Example 2Output: Raw Offset value :10800000 Next TopicJava-timezone-gettimezone-method |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India