This topic has not yet been rated - Rate this topic

SysTime structure

Provides properties used to define system date and time values.

Namespace:  WebSvcMeetings
Assembly:  STSSOAP (in STSSOAP.dll)
[SerializableAttribute]
public struct SysTime

A SysTime value can be represented as yy.mo.dow d.hh:mm:ss.ff, where the yy component is the last two digits of the calendar year, mo is months, dow is the day of the week, d is days, hh is hours as measured on a 24-hour clock, mm is minutes, ss is seconds, and ff is fractions of a second expressed in milliseconds.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.