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






Glossary Item Box

Gets the format pattern for a sortable date and time value, which is associated with the 's' format character.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DesignOnlyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Gets the format pattern for a sortable date and time value, which is associated with the 's' format character.")>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.ReadOnlyAttribute(True)>
Public Property ShortableDateTimePattern As System.String
Visual Basic (Usage)Copy Code
Dim instance As DateTimeFormatInfoWrapper
Dim value As System.String
 
instance.ShortableDateTimePattern = value
 
value = instance.ShortableDateTimePattern
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DesignOnlyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets the format pattern for a sortable date and time value, which is associated with the 's' format character.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.ReadOnlyAttribute(true)]
public System.string ShortableDateTimePattern {get; set;}
Delphi 
public read-write property ShortableDateTimePattern: System.String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DesignOnlyAttribute()
System.ComponentModel.DescriptionAttribute("Gets the format pattern for a sortable date and time value, which is associated with the 's' format character.")
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.ReadOnlyAttribute()
public function get,set ShortableDateTimePattern : System.String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DesignOnlyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets the format pattern for a sortable date and time value, which is associated with the 's' format character.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.ReadOnlyAttribute(true)]
public: __property System.string* get_ShortableDateTimePattern();
public: __property void set_ShortableDateTimePattern( 
   System.string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DesignOnlyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets the format pattern for a sortable date and time value, which is associated with the 's' format character.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.ReadOnlyAttribute(true)]
public:
property System.String^ ShortableDateTimePattern {
   System.String^ get();
   void set (    System.String^ value);
}

Property Value

The format pattern for a sortable date and time value, which is associated with the 's' format character.

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.