Intersoft ClientUI Documentation
MillisecondsIntervalStringFormat Property



Gets or sets the format string to use when the interval is hours.
Syntax
Public Property MillisecondsIntervalStringFormat As String
Dim instance As DateTimeAxisLabel
Dim value As String
 
instance.MillisecondsIntervalStringFormat = value
 
value = instance.MillisecondsIntervalStringFormat
public string MillisecondsIntervalStringFormat {get; set;}
public:
property String^ MillisecondsIntervalStringFormat {
   String^ get();
   void set (    String^ 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

Reference

DateTimeAxisLabel Class
DateTimeAxisLabel Members

Send Feedback