Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
System
Xml
Xsl
Runtime
XmlDateTimeSortKey
C# Class System.Xml.Xsl.Runtime.XmlDateTimeSortKey
Sort key for DateTime values (just convert DateTime to ticks and use Long sort key).
Inheritance:
XmlIntegerSortKey
Show file
Open project: dotnet/corefx
Public Methods
Method
Description
XmlDateTimeSortKey
(
System.DateTime
value
,
XmlCollation
collation
) :
System
Method Details
XmlDateTimeSortKey()
public
method
public
XmlDateTimeSortKey
(
System.DateTime
value
,
XmlCollation
collation
) :
System
value
System.DateTime
collation
XmlCollation
return
System