TimeZoneInformation.SYSTEMTIME Structure

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

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

Syntax

'Declaration
Public Structure SYSTEMTIME
'Usage
Dim instance As TimeZoneInformation.SYSTEMTIME
public struct SYSTEMTIME
public value class SYSTEMTIME
[<SealedAttribute>]
type SYSTEMTIME =  struct end
JScript suports the use of structures, but not the declaration of new ones.

The TimeZoneInformation.SYSTEMTIME type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

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.