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
  ReportService2010.SYSTEMTIME

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.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

The SYSTEMTIME type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property day Gets a value that specifies the current day of the month.
Public property dayOfWeek Gets a value that specifies the current day of the week.
Public property hour Gets a value that specifies the current hour.
Public property milliseconds Gets a value that specifies the current milliseconds.
Public property minute Gets a value that specifies the current minute.
Public property month Gets a value that specifies the current month.
Public property second Gets a value that specifies the current second.
Public property year Gets a value that specifies the current year.

Top

Methods

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

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