PhoenixmlDb.XDM
XsTime
Represents an xs:time value with optional timezone and fractional seconds. Unlike TimeOnly, this preserves timezone offset information.
#XsTime
Namespace: PhoenixmlDb.Xdm
Represents an xs:time value with optional timezone and fractional seconds. Unlike TimeOnly, this preserves timezone offset information.
#Constructors
##ctor(TimeOnly,Nullable<TimeSpan>,Int32)
Represents an xs:time value with optional timezone and fractional seconds. Unlike TimeOnly, this preserves timezone offset information.
#Methods
#ToUtcTicks
Converts this time to UTC ticks for comparison. Per XPath F&O §10.4, uses the system implicit timezone when timezone is absent.