Delegate DateTimeConverter
Delegate DateTimeConverter
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a converter method to convert date to string in view timescale tiers.
public delegate string DateTimeConverter(DateTime date)
Parameters
date
DateTime
the instance of the System.DateTime class to convert to string.
Returns
the string representation of the specified date.