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 | |
---|---|---|
SYSTEMTIME | Initializes a new instance of the SYSTEMTIME class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
day | Gets a value that specifies the current day of the month. | |
dayOfWeek | Gets a value that specifies the current day of the week. | |
hour | Gets a value that specifies the current hour. | |
milliseconds | Gets a value that specifies the current milliseconds. | |
minute | Gets a value that specifies the current minute. | |
month | Gets a value that specifies the current month. | |
second | Gets a value that specifies the current second. | |
year | Gets a value that specifies the current day of the month. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.