SysTime Structure

Provides properties used to define system date and time values.

Web Service: MeetingsWeb Reference: http://<Site>/_vti_bin/Meetings.asmx

Syntax

<SerializableAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/soap/meetings/")> _
<DebuggerStepThroughAttribute> _
Public Structure SysTime

Dim instance As SysTime
[SerializableAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/meetings/")] 
[DebuggerStepThroughAttribute] 
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.

See Also

Reference

SysTime Members
Meetings Web Service