2 writes to Format
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\NowMacroConfig.cs (2)
13
Format
= format;
20
Format
= GetOptionalParameterValue(generatedSymbolConfig, "format");
2 references to Format
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\NowMacro.cs (2)
19
string value = time.ToString(config.
Format
);
30
string value = time.ToString(config.
Format
);