Microsoft Chat Server SDK Reference

StopTime Property

This property contains the time (UTC or GMT) that this class becomes inactive.

Syntax

Time = ChatClass.StopTime
ChatClass.StopTime = Time

Parameters

Time
The stop time of the class as a number of seconds.

Remarks

The StartTime and StopTime properties designate the period of time that the class is active. All times are Universal Time Coordinated (UTC), which is also known as Greenwich Mean Time (GMT), and will be adjusted for the local server time. The property values must fall between 0 (12:00 A.M.) and 86399 (11:59 P.M.), and the stop time must be greater than the start time. For example, a valid class period is 1:00 A.M. to 6:30 A.M.; an invalid class period is 11:00 P.M. to 4:00 A.M. If the two values are equal, the class is always in effect.

See Also

StartTime


© 1998 Microsoft Corporation. All rights reserved.