PhoenixmlDb.XDM

DayTimeDuration

Represents an xs:dayTimeDuration value as total seconds (decimal). Unlike TimeSpan, this handles arbitrarily large durations (e.g., P1234567890D).

#DayTimeDuration

Namespace: PhoenixmlDb.Xdm

Represents an xs:dayTimeDuration value as total seconds (decimal). Unlike TimeSpan, this handles arbitrarily large durations (e.g., P1234567890D).

#Constructors

##ctor(Decimal)

Represents an xs:dayTimeDuration value as total seconds (decimal). Unlike TimeSpan, this handles arbitrarily large durations (e.g., P1234567890D).

#Methods

#ToTimeSpan

Converts to TimeSpan if within range, otherwise throws.