Intersoft WebInput Documentation
DateTimeFormatInfo Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > CultureInfoWrapper Class : DateTimeFormatInfo Property






Glossary Item Box

Represents .NET DateTimeFormatInfo class wrapper.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Represents .NET DateTimeFormatInfo class wrapper.")>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public Property DateTimeFormatInfo As DateTimeFormatInfoWrapper
Visual Basic (Usage)Copy Code
Dim instance As CultureInfoWrapper
Dim value As DateTimeFormatInfoWrapper
 
instance.DateTimeFormatInfo = value
 
value = instance.DateTimeFormatInfo
C# 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Represents .NET DateTimeFormatInfo class wrapper.")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public DateTimeFormatInfoWrapper DateTimeFormatInfo {get; set;}
Delphi 
public read-write property DateTimeFormatInfo: DateTimeFormatInfoWrapper; 
JScript 
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Represents .NET DateTimeFormatInfo class wrapper.")
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
public function get,set DateTimeFormatInfo : DateTimeFormatInfoWrapper
Managed Extensions for C++ 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Represents .NET DateTimeFormatInfo class wrapper.")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public: __property DateTimeFormatInfoWrapper* get_DateTimeFormatInfo();
public: __property void set_DateTimeFormatInfo( 
   DateTimeFormatInfoWrapper* value
);
C++/CLI 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Represents .NET DateTimeFormatInfo class wrapper.")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public:
property DateTimeFormatInfoWrapper^ DateTimeFormatInfo {
   DateTimeFormatInfoWrapper^ get();
   void set (    DateTimeFormatInfoWrapper^ value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.