SYSTEMTIME Class
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SYSTEMTIME
'Usage
Dim instance As SYSTEMTIME
[SerializableAttribute]
public class SYSTEMTIME
[SerializableAttribute]
public ref class SYSTEMTIME
[<SerializableAttribute>]
type SYSTEMTIME = class end
public class SYSTEMTIME
Inheritance Hierarchy
System.Object
ReportService2006.SYSTEMTIME
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.