Compartilhar via


Classe SYSTEMTIME

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

Hierarquia de herança

System. . :: . .Object
  ReportService2010..::..SYSTEMTIME

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.dll)

Sintaxe

'Declaração
<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

O tipo SYSTEMTIME expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SYSTEMTIME Initializes a new instance of the SYSTEMTIME class.

Início

Propriedades

  Nome Descrição
Propriedade pública day Gets a value that specifies the current day of the month.
Propriedade pública dayOfWeek Gets a value that specifies the current day of the week.
Propriedade pública hour Gets a value that specifies the current hour.
Propriedade pública milliseconds Gets a value that specifies the current milliseconds.
Propriedade pública minute Gets a value that specifies the current minute.
Propriedade pública month Gets a value that specifies the current month.
Propriedade pública second Gets a value that specifies the current second.
Propriedade pública year Gets a value that specifies the current year.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência