Struct DateTimeParser
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Bayat.Json.Runtime.dll
Syntax
public struct DateTimeParser
Fields
|
Improve this Doc
View Source
Day
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Fraction
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Hour
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Minute
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Month
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Second
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Year
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Zone
Declaration
public ParserTimeZone Zone
Field Value
|
Improve this Doc
View Source
ZoneHour
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ZoneMinute
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Parse(Char[], Int32, Int32)
Declaration
public bool Parse(char[] text, int startIndex, int length)
Parameters
Type |
Name |
Description |
System.Char[] |
text |
|
System.Int32 |
startIndex |
|
System.Int32 |
length |
|
Returns
Type |
Description |
System.Boolean |
|