Returns adatetime
value from the given {0}. If the given {0} isnull
,DateTime.From
returnsnull
. If the given {0} isdatetime
, {0} is returned. Values of the following types can be converted to adatetime
value:
text
: Adatetime
value from textual representation. SeeDateTime.FromText
for details.date
: Adatetime
with {0} as the date component and12:00:00 AM
as the time component.datetimezone
: The localdatetime
equivalent of {0}.time
: Adatetime
with the date equivalent of the OLE Automation Date of0
as the date component and {0} as the time component.number
: Adatetime
equivalent the OLE Automation Date expressed by {0}.
Returns a currency value from the given {0}. If the given {0} is null , Currency.From returns null . If the given {0} is ...
Returns a date , datetime , or datetimezone value representing the end of the day in {0}. Time zone information is preserved. ...
Returns a date , datetime , or datetimezone value representing the end of the quarter in {0}. Time zone information is preserved. ...
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 ...