Freigeben über


DateTimeConstantAttribute-Klasse

Behält eine DateTime-Konstante von 8 Bytes für ein Feld oder einen Parameter bei.

Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(True)> _
<AttributeUsageAttribute(AttributeTargets.Field Or AttributeTargets.Parameter, Inherited:=False)> _
Public NotInheritable Class DateTimeConstantAttribute
    Inherits CustomConstantAttribute
'Usage
Dim instance As DateTimeConstantAttribute
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[AttributeUsageAttribute(AttributeTargets.Field|AttributeTargets.Parameter, Inherited=false)] 
public sealed class DateTimeConstantAttribute : CustomConstantAttribute
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[AttributeUsageAttribute(AttributeTargets::Field|AttributeTargets::Parameter, Inherited=false)] 
public ref class DateTimeConstantAttribute sealed : public CustomConstantAttribute
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute AttributeUsageAttribute(AttributeTargets.Field|AttributeTargets.Parameter, Inherited=false) */ 
public final class DateTimeConstantAttribute extends CustomConstantAttribute
SerializableAttribute 
ComVisibleAttribute(true) 
AttributeUsageAttribute(AttributeTargets.Field|AttributeTargets.Parameter, Inherited=false) 
public final class DateTimeConstantAttribute extends CustomConstantAttribute

Hinweise

Dieses Attribut kann auf Felder oder Parameter angewendet werden.

Weitere Informationen über konstante Attribute finden Sie unter der CustomConstantAttribute-Klasse.

Die Klassen in System.Runtime.CompilerServices dürfen nur von Compilerautoren verwendet werden.

Vererbungshierarchie

System.Object
   System.Attribute
     System.Runtime.CompilerServices.CustomConstantAttribute
      System.Runtime.CompilerServices.DateTimeConstantAttribute

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

.NET Compact Framework

Unterstützt in: 2.0, 1.0

Siehe auch

Referenz

DateTimeConstantAttribute-Member
System.Runtime.CompilerServices-Namespace