INChartValueAxisDataSourceDateToString Method |
Convert date to string.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax string DateToString(
DateTimeOffset date,
TimeSpan tickInterval,
NChartValueAxis axis
)
Function DateToString (
date As DateTimeOffset,
tickInterval As TimeSpan,
axis As NChartValueAxis
) As String
String^ DateToString(
[InAttribute] DateTimeOffset^ date,
[InAttribute] TimeSpan^ tickInterval,
[InAttribute] NChartValueAxis^ axis
)
Parameters
- date
- Type: SystemDateTimeOffset
Date to convert. - tickInterval
- Type: SystemTimeSpan
Time interval between neighbor ticks in seconds. - axis
- Type: NChart3D_UWPNChartValueAxis
Axis to convert value for.
Return Value
Type:
StringString representation of the date.
See Also