| InsightWidgetBaseGetDateKey Method (Int32, DateTime, Calendar) |
Namespace:
Dynamicweb.Dashboards.Widgets
Assembly:
Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax protected string GetDateKey(
int periodSize,
DateTime dt,
Calendar calendar
)
Protected Function GetDateKey (
periodSize As Integer,
dt As DateTime,
calendar As Calendar
) As String
Parameters
- periodSize
- Type: SystemInt32
- dt
- Type: SystemDateTime
- calendar
- Type: System.GlobalizationCalendar
Return Value
Type:
StringSee Also