Click or drag to resize
SystemTimeToDateTime Method (SystemTime)
Converts a SystemTime structure to a System.DateTime structure

Namespace: WorkflowGen.My.Globalization
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public static DateTime ToDateTime(
	SystemTime time
)

Parameters

time
Type: WorkflowGen.My.GlobalizationSystemTime
The SystemTime structure to be converted

Return Value

Type: DateTime
A System.DateTime structure that was created based on the value of the SystemTime structure.
See Also