CosmosTime.ZoneTime.ZoneTime(int,int,int,int,int,int,System.TimeZoneInfo,System.TimeSpan) - osexpert/CosmosTime GitHub Wiki
year, month, day, etc. in Clock time
Both tz and offset? Yes, in case you want to choose offset if ambigous time (or you simply know it up front)
public ZoneTime(int year, int month, int day, int hour, int minute, int second, System.TimeZoneInfo tz, System.TimeSpan offset);year System.Int32
month System.Int32
day System.Int32
hour System.Int32
minute System.Int32
second System.Int32
offset System.TimeSpan