SysTime Structure
Provides properties used to define system date and time values.
Namespace: [Meetings Web service]
Web service reference: http://Site/_vti_bin/Meetings.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Structure SysTime
'Usage
Dim instance As SysTime
[SerializableAttribute]
public struct SysTime
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.