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