Returns adatetimezone
value from the given {0}. If the given {0} isnull
,DateTimeZone.From
returnsnull
. If the given {0} isdatetimezone
, {0} is returned. Values of the following types can be converted to adatetimezone
value:
text
: Adatetimezone
value from textual representation. SeeDateTimeZone.FromText
for details.date
: Adatetimezone
with {0} as the date component,12:00:00 AM
as the time component and the offset corresponding the local time zone.datetime
: Adatetimezone
with {0} as the datetime and the offset corresponding the local time zone.time
: Adatetimezone
with the date equivalent of the OLE Automation Date of0
as the date component, {0} as the time component and the offset corresponding the local time zone.number
: Adatetimezone
with the datetime equivalent the OLE Automation Date expressed by {0} and the offset corresponding the local time zone.
Returns a date value from the given {0}. If the given {0} is null , Date.From returns null . If the given {0} is date , {0} ...
Returns a datetime value from the given {0}. If the given {0} is null , DateTime.From returns null . If the given {0} is ...
Returns a datetime value set to the current date and time on the system. The returned value contains timezone information ...
Returns a datetime value set to the current date and time on the system. This value is fixed and will not change with successive ...
Returns a datetimezone value from the given {0}. If the given {0} is null , DateTimeZone.From returns null . If the given ...
Returns a datetimezone value set to the current date and time on the system. The returned value contains timezone information ...
Returns a Decimal number value from the given {0}. If the given {0} is null , Decimal.From returns null . If the given {0} ...
Returns a Double number value from the given {0}. If the given {0} is null , Double.From returns null . If the given {0} ...
Returns a duration value from the given {0}. If the given {0} is null , Duration.From returns null . If the given {0} is ...