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

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class SYSTEMTIME
'Uso
Dim instance As SYSTEMTIME
[SerializableAttribute]
public class SYSTEMTIME
[SerializableAttribute]
public ref class SYSTEMTIME
[<SerializableAttribute>]
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 year.

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 ReportService2010