TimeZoneInformation.SYSTEMTIME Class

Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.Diagnostics.TimeZoneInformation.SYSTEMTIME

Namespace:  Microsoft.ReportingServices.Diagnostics
Assembly:  Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)

Syntax

'Declaration
Public NotInheritable Class SYSTEMTIME
'Usage
Dim instance As TimeZoneInformation.SYSTEMTIME
public sealed class SYSTEMTIME
public ref class SYSTEMTIME sealed
[<SealedAttribute>]
type SYSTEMTIME =  class end
public final class SYSTEMTIME

The TimeZoneInformation.SYSTEMTIME type exposes the following members.

Constructors

  Name Description
Public method TimeZoneInformation.SYSTEMTIME Creates a new instance of the TimeZoneInformation.SYSTEMTIME class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field day The day of the month.
Public field dayOfWeek The day of the week.
Public field hour The hour.
Public field milliseconds The milliseconds.
Public field minute The minute.
Public field month The month.
Public field second The second.
Public field year The year.

Top

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

Microsoft.ReportingServices.Diagnostics Namespace