Windward Engine API Reference
TemplateVariable.CAL_OFFSET Enumeration
See Also  Send comments on this topic.
net.windward.api.csharp Namespace : TemplateVariable.CAL_OFFSET Enumeration




Glossary Item Box

What offset from the date run to set the calendar value to. These have set integer values that are identical in ScheduleVarItem and in .aspx pages - do not change them.

Syntax

Visual Basic (Declaration) 
Public Enum TemplateVariable.CAL_OFFSET 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As TemplateVariable.CAL_OFFSET
C# 
public enum TemplateVariable.CAL_OFFSET : System.Enum 
Managed Extensions for C++ 
__value public enum TemplateVariable.CAL_OFFSET : public System.Enum 
C++/CLI 
public enum class TemplateVariable.CAL_OFFSET : public System.Enum 

Members

MemberDescription
FIXEDUse the value saved for the map var.
START_OF_MONTHSet the value to the first day of the month we are on. This uses the culture of the server that runs the event.
START_OF_QUARTERSet the value to the first day of the quarter we are on. This uses the culture of the server that runs the event.
START_OF_WEEKSet the value to the first day of the week we are on. This uses the culture of the server that runs the event.
START_OF_YEARSet the value to the first day of the year we are on. This uses the culture of the server that runs the event.
TODAYSet the value to today.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         net.windward.api.csharp.TemplateVariable.CAL_OFFSET

Requirements

Namespace: net.windward.api.csharp

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\WindwardReportsAPI.dll)

See Also

© 2019 All Rights Reserved.