DateEditControlSetup..::..GetSegmentFirstLastPosition Method
Gets the segment first last position.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public static void GetSegmentFirstLastPosition( string format, char segmentChar, out int firstSegmentIndex, out int lastSegmentIndex )
Public Shared Sub GetSegmentFirstLastPosition ( _ format As String, _ segmentChar As Char, _ <OutAttribute> ByRef firstSegmentIndex As Integer, _ <OutAttribute> ByRef lastSegmentIndex As Integer _ )
public: static void GetSegmentFirstLastPosition( String^ format, wchar_t^ segmentChar, [OutAttribute] int^% firstSegmentIndex, [OutAttribute] int^% lastSegmentIndex )