Creates a datetime
value from the {0} value and converts it to the local time zone. The filetime is a Windows file time value that represents the number of 100-nanosecond intervals that have elapsed since 12:00 midnight, January 1, 1601 A.D. (C.E.) Coordinated Universal Time (UTC).
Create, view, or delete relationships between tables in the PowerPivot window. Before you can manage relationships, at least ...
Creates a date value from a textual representation, {0}, following ISO 8601 format standard. Date.FromText("2010-02-19") ...
Creates a datetime value from a textual representation, {0}, following ISO 8601 format standard. DateTime.FromText("2010-12-31T01:30:00") ...
Creates a datetime value from a textual representation, {0}. DateTime.FromText("2010-12-31T01:30:00") YYYY-MM-DDThh:mm:ss ...
Creates a datetime value from the {0} value and converts it to the local time zone. The filetime is a Windows file time value ...
Creates a datetimezone value from a textual representation, {0}, following ISO 8601 format standard. DateTimeZone.FromTe ...
Creates a datetimezone value from a textual representation, {0}. DateTimeZone.FromText("2010-12-31T01:30:00-08:00") YYYY-MM-DDThh:mm:ssZ ...
Creates a datetimezone value from the {0} value and converts it to the local time zone. The filetime is a Windows file time ...
Creates a function type from {0}, a record of ReturnType and Parameters , and {1}, the minimum number of arguments required ...