SystemTimeToDateTime Method (SystemTime) | 
 
            Converts a SystemTime structure to a System.DateTime structure
            
 
    Namespace: 
   WorkflowGen.My.Globalization
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic static DateTime ToDateTime(
	SystemTime time
)
Public Shared Function ToDateTime ( 
	time As SystemTime
) As DateTime
Parameters
- time
 - Type: WorkflowGen.My.GlobalizationSystemTime
The SystemTime structure to be converted 
Return Value
Type: 
DateTimeA System.DateTime structure that was created based on the value of the SystemTime structure.
See Also