Npgsql Api Docs

NpgsqlTimeTZ Constructor

Overload List

 

public NpgsqlTimeTZ(NpgsqlInterval);

 

public NpgsqlTimeTZ(NpgsqlInterval,NpgsqlTimeZone);

 

public NpgsqlTimeTZ(NpgsqlTime);

 

public NpgsqlTimeTZ(NpgsqlTime,NpgsqlTimeZone);

 

public NpgsqlTimeTZ(NpgsqlTimeTZ);

 

public NpgsqlTimeTZ(int,int,decimal);

 

public NpgsqlTimeTZ(int,int,decimal,NpgsqlTimeZone);

 

public NpgsqlTimeTZ(int,int,double);

 

public NpgsqlTimeTZ(int,int,double,NpgsqlTimeZone);

 

public NpgsqlTimeTZ(int,int,int);

 

public NpgsqlTimeTZ(int,int,int,NpgsqlTimeZone);

 

public NpgsqlTimeTZ(int,int,int,int);

 

public NpgsqlTimeTZ(int,int,int,int,NpgsqlTimeZone);

 

public NpgsqlTimeTZ(long);

 

public NpgsqlTimeTZ(long,NpgsqlTimeZone);

 

public NpgsqlTimeTZ(TimeSpan);

 

public NpgsqlTimeTZ(TimeSpan,NpgsqlTimeZone);

See Also

NpgsqlTimeTZ Class | NpgsqlTypes Namespace