Click or drag to resize

SystemTimeFromDateTime Method

Converts a System.DateTime structure to a SystemTime structure

Namespace:  WorkflowGen.My.Globalization
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static SystemTime FromDateTime(
	DateTime time
)

Parameters

time
Type: SystemDateTime
System.DateTime structure to be converted

Return Value

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