Compartir a través de


Clase SYSTEMTIME

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

Jerarquía de herencia

System.Object
  ReportService2006.SYSTEMTIME

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Class SYSTEMTIME
'Uso
Dim instance As SYSTEMTIME
public class SYSTEMTIME
public ref class SYSTEMTIME
type SYSTEMTIME =  class end
public class SYSTEMTIME

El tipo SYSTEMTIME expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público SYSTEMTIME Initializes a new instance of the SYSTEMTIME class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública day Gets a value that specifies the current day of the month.
Propiedad pública dayOfWeek Gets a value that specifies the current day of the week.
Propiedad pública hour Gets a value that specifies the current hour.
Propiedad pública milliseconds Gets a value that specifies the current milliseconds.
Propiedad pública minute Gets a value that specifies the current minute.
Propiedad pública month Gets a value that specifies the current month.
Propiedad pública second Gets a value that specifies the current second.
Propiedad pública year Gets a value that specifies the current day of the month.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2006