Click or drag to resize

SystemTime Structure

A structure (similar to the DateTime structure) that is used for performing calculations of the differences it time between various time zones. This is the equivalent of the SYSTEMTIME structure in the Windows API.

Namespace:  WorkflowGen.My.Globalization
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public struct SystemTime

The SystemTime type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromDateTime
Converts a System.DateTime structure to a SystemTime structure
Public methodToDateTime
Converts the SystemTime structure to a System.DateTime structure
Public methodStatic memberToDateTime(SystemTime)
Converts a SystemTime structure to a System.DateTime structure
Top
Fields
  NameDescription
Public fieldDay
Day
Public fieldDayOfWeek
DayOfWeek
Public fieldHour
Hour
Public fieldMillisecond
Millisecond
Public fieldMinute
Minute
Public fieldMonth
Month
Public fieldSecond
Second
Public fieldYear
Year
Top
See Also