Files
back_cantanBuilding/LocalPackages/com.thinkingdata.analytics@6408c68cf9/Plugins/PC/Time/ThinkingSDKTimeInter.cs
2026-05-26 16:15:54 +08:00

10 lines
205 B
C#

using System;
namespace ThinkingSDK.PC.Time
{
public interface ThinkingSDKTimeInter
{
string GetTime(TimeZoneInfo timeZone);
Double GetZoneOffset(TimeZoneInfo timeZone);
}
}