Click or drag to resize

FormBaseConvertFromUTC Method

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static DateTime ConvertFromUTC(
	DateTime dt,
	string offset,
	bool DST_mistmatch
)

Parameters

dt
Type: SystemDateTime
offset
Type: SystemString
DST_mistmatch
Type: SystemBoolean

Return Value

Type: DateTime
See Also