Returns adate
value from the given {0}. If the given {0} isnull
,Date.From
returnsnull
. If the given {0} isdate
, {0} is returned. Values of the following types can be converted to adate
value:
text
: Adate
value from textual representation. SeeDate.FromText
for details.datetime
: The date component of the {0}.datetimezone
: The date component of the local datetime equivalent of {0}.number
: The date component of the datetime equivalent the OLE Automation Date expressed by {0}.
Returns a copy of the text value {0} with all the characters from position {1} removed. An optional parameter, {2} can by ...
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 ...