C# Класс Cliver.DateTimeRoutines.ParsedDateTime

Defines a substring where date-time was found and result of conversion
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DateTime System.DateTime
IndexOfDate int
IndexOfTime int
IsDateFound bool
IsTimeFound bool
LengthOfDate int
LengthOfTime int

Приватные методы

Метод Описание
ParsedDateTime ( int index_of_date, int length_of_date, int index_of_time, int length_of_time, System.DateTime date_time ) : System

Описание свойств

DateTime публичное свойство

DateTime found in the string
public DateTime,System DateTime
Результат System.DateTime

IndexOfDate публичное свойство

Index of first char of a date substring found in the string
public int IndexOfDate
Результат int

IndexOfTime публичное свойство

Index of first char of a time substring found in the string
public int IndexOfTime
Результат int

IsDateFound публичное свойство

True if a date was found within the string
public bool IsDateFound
Результат bool

IsTimeFound публичное свойство

True if a time was found within the string
public bool IsTimeFound
Результат bool

LengthOfDate публичное свойство

Length a date substring found in the string
public int LengthOfDate
Результат int

LengthOfTime публичное свойство

Length of a time substring found in the string
public int LengthOfTime
Результат int