Skip to content

CosmosTime.ZoneTime.ZoneTime(int,int,int,int,int,int,System.TimeZoneInfo,System.TimeSpan)

osexpert edited this page Aug 10, 2023 · 4 revisions

ZoneTime(int, int, int, int, int, int, TimeZoneInfo, TimeSpan) Constructor

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);

Parameters

year System.Int32

month System.Int32

day System.Int32

hour System.Int32

minute System.Int32

second System.Int32

tz System.TimeZoneInfo

offset System.TimeSpan

Clone this wiki locally