Print

GetDeadline

This function gets deadline for current case.

Syntax

GetDeadline();

Function arguments

This function does not take any arguments.

Return value

This function returns DateWithTime.
Returns the deadline date. If it is not set, then function returns DateTime.MaxValue

Examples

Example 1:
This will get deadline date for current case and store it in 'deadlineDate’ variable.

deadlineDate = GetDeadline();

Example 2:
This will call ShowMessage with deadline date as message content.

ShowMessage(2,FormatValue(GetDeadline(),"yyyy-MM-dd HH:mm"));
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?