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