SystemTime Structure

 

Implementation of the native SYSTEMTIME structure.

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

[SerializableAttribute]
public value struct SystemTime

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from ValueType.)

System_CAPS_pubmethodSystem_CAPS_staticFromDateTime(DateTime)

Converts time from DateTime to SystemTime.

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToDateTime()

Converts time from SystemTime to DateTime.

System_CAPS_pubmethodSystem_CAPS_staticToDateTime(SystemTime)

Converts time from SystemTime to DateTime.

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldDay

The day of the month.

Valid values are: 1 through 31.

System_CAPS_pubfieldDayOfWeek

The day of the week.

Valid values are: 0 (Sunday), 1 (Monday), 2 (Tuesday), 3 (Wednesday), 4 (Thursday), 5 (Friday), 6 (Saturday).

System_CAPS_pubfieldHour

The hour.

Valid values are: 0 through 23.

System_CAPS_pubfieldMilliseconds

The millisecond.

Valid values are: 0 through 999.

System_CAPS_pubfieldMinute

The minute.

Valid values are: 0 through 59.

System_CAPS_pubfieldMonth

The month.

Valid values are: 1 (January), 2 (February), 3 (March), 4 (April), 5 (May), 6 (June), 7 (July), 8 (August), 9 (September), 10 (October), 11 (November), 12 (December).

System_CAPS_pubfieldSecond

The second.

Valid values are: 0 through 59.

System_CAPS_pubfieldYear

The year.

Valid values are: 1601 through 30827.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: