10 lines
		
	
	
		
			205 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			205 B
		
	
	
	
		
			C#
		
	
	
	
|  | using System; | |||
|  | namespace ThinkingSDK.PC.Time | |||
|  | { | |||
|  |     public interface ThinkingSDKTimeInter | |||
|  |     { | |||
|  |         string GetTime(TimeZoneInfo timeZone); | |||
|  |         Double GetZoneOffset(TimeZoneInfo timeZone); | |||
|  |     } | |||
|  | } |