[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Implementation of native SYSTEMTIME struct

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
struct 
SystemTime
<
SerializableAttribute> _
Public 
Structure 
SystemTime
[
SerializableAttribute]
public 
value class 
SystemTime

Members

                 
  All Members     Fields      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Day
Day
DayOfWeek
Day of the week
Equals(Object) (Inherited from ValueType.)
Finalize () () () () (Inherited from Object.)
FromDateTime(DateTime)
Converts the SystemTime from a DateTime
GetHashCode () () () () (Inherited from ValueType.)
GetType () () () () (Inherited from Object.)
Hour
Hour
MemberwiseClone () () () () (Inherited from Object.)
Milliseconds
Millisecond
Minute
Minute
Month
Month
Second
Second
ToDateTime () () () ()
Converts the SystemTime to a DateTime
ToDateTime(SystemTime)
Converts a system time to a DateTime
ToString () () () () (Inherited from ValueType.)
Year
Year

See Also